From 6ac4c65de412c9ce2ecc1b3c9550f99259df2878 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Tue, 23 Sep 2025 17:31:48 -0700 Subject: [PATCH] Use wheel favicon. --- frontend/app/components/Layout.tsx | 10 +++- frontend/app/root.tsx | 16 +++++++ frontend/public/android-chrome-192x192.png | Bin 0 -> 82035 bytes frontend/public/android-chrome-512x512.png | Bin 0 -> 495649 bytes frontend/public/apple-touch-icon.png | Bin 0 -> 75611 bytes frontend/public/compass.svg | 52 +++++++++++++++++++++ frontend/public/favicon-16x16.png | Bin 0 -> 2155 bytes frontend/public/favicon-32x32.png | Bin 0 -> 6071 bytes frontend/public/favicon.ico | Bin 15086 -> 2238 bytes frontend/public/site.webmanifest | 19 ++++++++ 10 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 frontend/public/android-chrome-192x192.png create mode 100644 frontend/public/android-chrome-512x512.png create mode 100644 frontend/public/apple-touch-icon.png create mode 100644 frontend/public/compass.svg create mode 100644 frontend/public/favicon-16x16.png create mode 100644 frontend/public/favicon-32x32.png create mode 100644 frontend/public/site.webmanifest diff --git a/frontend/app/components/Layout.tsx b/frontend/app/components/Layout.tsx index 3326736..af832b1 100644 --- a/frontend/app/components/Layout.tsx +++ b/frontend/app/components/Layout.tsx @@ -142,7 +142,15 @@ export default function Layout({ children, loading = false }: LayoutProps) { gap: 1, }} > - ⚓ Captain's Log + Captain's Log + Captain's Log