From 923e969bdf8e44fa36f9626d82c8e287a299580a Mon Sep 17 00:00:00 2001 From: Samuel Prevost Date: Sat, 25 Apr 2026 10:04:00 +0200 Subject: [PATCH] =?UTF-8?q?chore(logo):=20replace=20squirrel=20SVG=20with?= =?UTF-8?q?=20the=20=F0=9F=93=90=20emoji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SkwikLogo renders 📐 in an inline span sized via the existing `size` prop (font-size = round(size * 0.9)). Favicon becomes an SVG with a single element rendering the same emoji. Co-Authored-By: Claude Opus 4.7 (1M context) --- public/favicon.svg | 48 +----- src/components/SkwikLogo.vue | 277 ++--------------------------------- 2 files changed, 17 insertions(+), 308 deletions(-) diff --git a/public/favicon.svg b/public/favicon.svg index bce9277..51c8470 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,43 +1,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + 📐 diff --git a/src/components/SkwikLogo.vue b/src/components/SkwikLogo.vue index e206e88..f2deb53 100644 --- a/src/components/SkwikLogo.vue +++ b/src/components/SkwikLogo.vue @@ -10,271 +10,14 @@ withDefaults(