mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
move logo into its own folder
This commit is contained in:
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
@@ -1,9 +1,9 @@
|
|||||||
export function Logo(props) {
|
export function Logo(props) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<img src='/img/logo.svg' alt="some file" height='200'
|
<img src='/img/logo/logo.svg' alt="some file" height='200'
|
||||||
width='180' className="dark:hidden"/>
|
width='180' className="dark:hidden"/>
|
||||||
<img src='/img/logo-dark.svg' alt="some file" height='200'
|
<img src='/img/logo/logo-dark.svg' alt="some file" height='200'
|
||||||
width='180' className="hidden dark:block"/>
|
width='180' className="hidden dark:block"/>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user