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 && (