From 00a407b5d66dd3d5dcd4cfd91c32fdcaf732a5a0 Mon Sep 17 00:00:00 2001 From: Viktoriia Kvapil Date: Tue, 26 May 2026 21:03:00 +0200 Subject: [PATCH 1/2] Update Cozystack logo and favicon to the new brand mark - packages/ui/src/assets/logo.svg new horizontal wordmark (black) - apps/console/public/favicon.svg new icon glyph on a #1a1a1a square SVGs are optimized via autocrop.cncf.io. Signed-off-by: Viktoriia Kvapil --- apps/console/public/favicon.svg | 5 +---- packages/ui/src/assets/logo.svg | 12 +----------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/apps/console/public/favicon.svg b/apps/console/public/favicon.svg index e42a277..4009994 100644 --- a/apps/console/public/favicon.svg +++ b/apps/console/public/favicon.svg @@ -1,4 +1 @@ - - - - +cozystack-icon-color diff --git a/packages/ui/src/assets/logo.svg b/packages/ui/src/assets/logo.svg index e03b33a..99fa669 100644 --- a/packages/ui/src/assets/logo.svg +++ b/packages/ui/src/assets/logo.svg @@ -1,11 +1 @@ - - - - - - - - - - - +cozystack-horizontal-black From fae6779c53ed84bde0ee58fddc37a536daafc789 Mon Sep 17 00:00:00 2001 From: IvanHunters Date: Mon, 1 Jun 2026 12:41:31 +0300 Subject: [PATCH 2/2] fix(ui): scale header logo to match new wordmark aspect ratio The new logo asset is icon+wordmark with ~3:1 aspect, vs the previous wordmark-only ~7:1. The h-5 container in Header.tsx made the new mark ~2.3x narrower than the old one at the same height, dropping letter height to ~10px and hurting navbar readability. Bumping the logo container from h-5 to h-11 restores brand presence while keeping 6px of vertical breathing room within the h-14 header. Signed-off-by: IvanHunters --- packages/ui/src/components/layout/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/layout/Header.tsx b/packages/ui/src/components/layout/Header.tsx index 416db33..dd9ed70 100644 --- a/packages/ui/src/components/layout/Header.tsx +++ b/packages/ui/src/components/layout/Header.tsx @@ -54,7 +54,7 @@ export function Header({ >
- + {version && ( {version} )}