diff --git a/sources/patches/app-06-logo.patch b/sources/patches/app-06-logo.patch
new file mode 100644
index 0000000..3339c7b
--- /dev/null
+++ b/sources/patches/app-06-logo.patch
@@ -0,0 +1,13 @@
+diff --git a/app/components/OutlineLogo.tsx b/app/components/OutlineLogo.tsx
+index 81eb4855..1fee69cd 100644
+--- a/app/components/OutlineLogo.tsx
++++ b/app/components/OutlineLogo.tsx
+@@ -16,7 +16,7 @@ function OutlineLogo({ size = 32, fill = "#333", className }: Props) {
+ xmlns="http://www.w3.org/2000/svg"
+ className={className}
+ >
+-
++
+
+ );
+ }