From ce4e2eaef0462336212015ee2a69372a3b6bfada Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 18 Nov 2025 18:23:50 -0400 Subject: [PATCH] splash fix --- public/{logo-flower.svg => logo-splash.svg} | 11 ++--------- src/app/icon0.svg | 4 +--- src/components/header.tsx | 2 +- 3 files changed, 4 insertions(+), 13 deletions(-) rename public/{logo-flower.svg => logo-splash.svg} (93%) 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' },