[site][xs] - fix logo on dark mode
This commit is contained in:
@@ -161,13 +161,14 @@ export default function Layout({
|
|||||||
>
|
>
|
||||||
Built by{' '}
|
Built by{' '}
|
||||||
<img
|
<img
|
||||||
src={
|
src="/images/datopian-light-logotype.svg"
|
||||||
theme === 'dark'
|
|
||||||
? '/images/datopian-light-logotype.svg'
|
|
||||||
: '/images/datopian-dark-logotype.svg'
|
|
||||||
}
|
|
||||||
alt="Datopian Logo"
|
alt="Datopian Logo"
|
||||||
className="h-6 ml-2"
|
className="h-6 ml-2 hidden dark:block"
|
||||||
|
/>
|
||||||
|
<img
|
||||||
|
src="/images/datopian-dark-logotype.svg"
|
||||||
|
alt="Datopian Logo"
|
||||||
|
className="h-6 ml-2 dark:hidden"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user