diff --git a/index.html b/index.html
index cf10a18..5386eb4 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,9 @@
Manifest Wingman — LLM API Tester
+
+
+
-
-
-
-
+
+
diff --git a/public/manifest-logo.png b/public/manifest-logo.png
deleted file mode 100644
index ce83e38..0000000
Binary files a/public/manifest-logo.png and /dev/null differ
diff --git a/public/logo-white.svg b/public/wingman.svg
similarity index 75%
rename from public/logo-white.svg
rename to public/wingman.svg
index a801b17..2d4393e 100644
--- a/public/logo-white.svg
+++ b/public/wingman.svg
@@ -1,42 +1,38 @@
-
diff --git a/src/components/TopBar.tsx b/src/components/TopBar.tsx
index 85de209..c06c7f4 100644
--- a/src/components/TopBar.tsx
+++ b/src/components/TopBar.tsx
@@ -13,17 +13,11 @@ const TopBar: Component = () => {
title="manifest.build"
>
-
diff --git a/src/styles.css b/src/styles.css
index d238880..562bb5b 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -427,24 +427,11 @@ textarea {
}
.topbar__logo {
- height: 22px;
- width: auto;
+ height: 28px;
+ width: 28px;
display: block;
}
-.topbar__logo--dark {
- display: none;
-}
-
-@media (prefers-color-scheme: dark) {
- .topbar__logo--light {
- display: none;
- }
- .topbar__logo--dark {
- display: block;
- }
-}
-
.topbar__divider {
font-size: 18px;
color: var(--text-faint);