From 1ec97412833749d9b2ea5c69427f74ff4b0a5be9 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 21 Nov 2025 16:20:57 +0100 Subject: [PATCH] refactor: update logomark and main logo SVG dimensions and colors for improved visual consistency - Changed logomark.svg dimensions from 77x72 to 100x100 and updated viewBox, added transform and clip paths for repositioned elements - Changed stroke color from #43d7ff to #22d3ee across all logo SVG elements - Updated Footer logomark size from h-13 w-13 to h-20 w-20 and removed ml-4 margin - Changed mainlogo.svg stroke width from 9 to 8 and adjusted transform matrices and coordinates for better alignment --- public/images/logomark.svg | 2 +- src/components/Footer.tsx | 4 ++-- src/images/logos/mainlogo.svg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/images/logomark.svg b/public/images/logomark.svg index 4ace099..405441f 100644 --- a/public/images/logomark.svg +++ b/public/images/logomark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 56b5837..413306b 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -8,8 +8,8 @@ export function Footer() {
- Mycelium Logomark -
+ Mycelium Logomark +

Project Mycelium

Built for Digital Sovereignty

diff --git a/src/images/logos/mainlogo.svg b/src/images/logos/mainlogo.svg index df07025..069a14f 100644 --- a/src/images/logos/mainlogo.svg +++ b/src/images/logos/mainlogo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file