diff --git a/public/logo-flower.svg b/public/logo-splash.svg similarity index 93% rename from public/logo-flower.svg rename to public/logo-splash.svg index 46499c5..90151f7 100644 --- a/public/logo-flower.svg +++ b/public/logo-splash.svg @@ -3,7 +3,7 @@ version="1.1" viewBox="0 0 86.435997 86.435997" id="svg585" - sodipodi:docname="logo-flower.svg" + sodipodi:docname="logo-splash.svg" width="86.435997" height="86.435997" inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" @@ -27,24 +27,17 @@ inkscape:cx="218.22034" inkscape:cy="48.516949" inkscape:window-width="1864" - inkscape:window-height="1131" + inkscape:window-height="1011" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" inkscape:current-layer="svg585" /> - - + - - diff --git a/src/components/header.tsx b/src/components/header.tsx index aa0fcb7..44ef948 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -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' },