From ee3cbb74f72a2693b6575a7fc9fc94b82d80285f Mon Sep 17 00:00:00 2001 From: jlightner Date: Fri, 3 Apr 2026 05:47:05 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20Added=20inline=20SVG=20logo=20mark=20(c?= =?UTF-8?q?yan=20arc=20+=20dot=20from=20favicon)=20to=20heade=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - "frontend/src/App.tsx" - "frontend/src/App.css" GSD-Task: S03/T02 --- frontend/src/App.css | 16 ++++++++++++++++ frontend/src/App.tsx | 6 ++++++ 2 files changed, 22 insertions(+) diff --git a/frontend/src/App.css b/frontend/src/App.css index 3097cfb..d3b7286 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -975,6 +975,22 @@ a.app-footer__repo:hover { .app-header__brand { text-decoration: none; color: inherit; + display: flex; + align-items: center; + gap: 0.5rem; +} + +.app-header__logo { + display: inline-flex; + align-items: center; + width: 24px; + height: 24px; + flex-shrink: 0; +} + +.app-header__logo svg { + width: 100%; + height: 100%; } .app-nav { diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 0c44003..3097a97 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -62,6 +62,12 @@ export default function App() { Skip to content
+ Chrysopedia {showNavSearch && (