mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-19 08:56:35 +00:00
move logo into its own folder
This commit is contained in:
@@ -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