From bb44809c8084e591ef6a958e49dc8338db9af661 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/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 ++++++++ frontend/public/wheel.svg | 52 +++++++++++++++++++++ 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/favicon-16x16.png create mode 100644 frontend/public/favicon-32x32.png create mode 100644 frontend/public/site.webmanifest create mode 100644 frontend/public/wheel.svg diff --git a/frontend/app/components/Layout.tsx b/frontend/app/components/Layout.tsx index 3326736..706cb5b 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