mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +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) {
|
||||
return (
|
||||
<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"/>
|
||||
<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"/>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user