splash fix
This commit is contained in:
@@ -33,7 +33,7 @@ export function Header() {
|
||||
};
|
||||
|
||||
const logoSrc = !mounted ? '/logo-dark.svg' : theme === 'dark' ? '/logo-dark.svg' : '/logo-light.svg';
|
||||
const mobileLogoSrc = '/logo-flower.svg';
|
||||
const mobileLogoSrc = '/logo-splash.svg';
|
||||
|
||||
const navLinks = [
|
||||
{ href: '/', label: 'Swap' },
|
||||
|
||||
Reference in New Issue
Block a user