From 4e8d1a892e810901a98645f8559791224f83ab07 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Tue, 25 Aug 2026 13:25:13 +0200 Subject: [PATCH] Use the CorralitoComing seal as the site logo and favicon The seal already carries the name, so it replaces the text wordmark in the header and opens the footer. Small icon sizes use the central emblem only: the circular lettering is unreadable below 48px. --- frontend/app/layouts/default.vue | 23 +++++++++++++++-------- frontend/app/pages/index.vue | 1 + frontend/nuxt.config.ts | 4 ++++ frontend/public/apple-touch-icon.png | Bin 0 -> 31292 bytes frontend/public/favicon.ico | Bin 4286 -> 7692 bytes frontend/public/logo.png | Bin 0 -> 120762 bytes 6 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 frontend/public/apple-touch-icon.png create mode 100644 frontend/public/logo.png diff --git a/frontend/app/layouts/default.vue b/frontend/app/layouts/default.vue index 8ccf999..4e404a6 100644 --- a/frontend/app/layouts/default.vue +++ b/frontend/app/layouts/default.vue @@ -14,7 +14,9 @@ const { data: categories } = await useFetch('/api/categories', {