diff --git a/app/components/OutlineLogo.tsx b/app/components/OutlineLogo.tsx index 81eb48551..1fee69cd9 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} > - + ); }