diff --git a/app/components/header/Header.tsx b/app/components/header/Header.tsx
index ce46702a..471732bd 100644
--- a/app/components/header/Header.tsx
+++ b/app/components/header/Header.tsx
@@ -18,9 +18,7 @@ export function Header() {
{chat.started && ( // Display ChatDescription and HeaderActionButtons only when the chat has started.
diff --git a/app/components/sidebar/Menu.client.tsx b/app/components/sidebar/Menu.client.tsx
index 8f694998..73cbd0b9 100644
--- a/app/components/sidebar/Menu.client.tsx
+++ b/app/components/sidebar/Menu.client.tsx
@@ -128,7 +128,7 @@ export const Menu = () => {
variants={menuVariants}
className="flex selection-accent flex-col side-menu fixed top-0 w-[350px] h-full bg-bolt-elements-background-depth-2 border-r rounded-r-3xl border-bolt-elements-borderColor z-sidebar shadow-xl shadow-bolt-elements-sidebar-dropdownShadow text-sm"
>
- {/* Spacer for top margin */}
+ {/* Spacer for top margin */}
setIsSettingsOpen(false)} />
-
);
};
diff --git a/public/logo-dark-styled.png b/public/logo-dark-styled.png
deleted file mode 100644
index d410fe6e..00000000
Binary files a/public/logo-dark-styled.png and /dev/null differ
diff --git a/public/logo-light-styled.png b/public/logo-light-styled.png
deleted file mode 100644
index ef0af665..00000000
Binary files a/public/logo-light-styled.png and /dev/null differ
diff --git a/public/logo-styled.svg b/public/logo-styled.svg
new file mode 100644
index 00000000..e2cb6d6a
--- /dev/null
+++ b/public/logo-styled.svg
@@ -0,0 +1,116 @@
+
+
diff --git a/public/social_preview_index.jpg b/public/social_preview_index.jpg
deleted file mode 100644
index 2f226cb4..00000000
Binary files a/public/social_preview_index.jpg and /dev/null differ