From 45f5339ff3b0ecb68308a6e59135cec9b3af7742 Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 16 Sep 2022 23:02:30 +0700 Subject: [PATCH] logo --- sources/patches/app-06-logo.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sources/patches/app-06-logo.patch 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} + > +- ++ + + ); + }