splash fix

This commit is contained in:
tim
2025-11-18 18:23:50 -04:00
parent 5fe5563871
commit ce4e2eaef0
3 changed files with 4 additions and 13 deletions

View File

@@ -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' },