From e3734189502e5240679c8d0509a85cc3157cb287 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Tue, 21 May 2024 22:55:01 -0500 Subject: [PATCH] fixed the annoying SVG errors in the terminal --- apps/web-v2/src/app/(landing)/linkArrow.tsx | 12 ++++++------ apps/web-v2/src/utils/icons.tsx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/web-v2/src/app/(landing)/linkArrow.tsx b/apps/web-v2/src/app/(landing)/linkArrow.tsx index b0eaedc9..def37e91 100644 --- a/apps/web-v2/src/app/(landing)/linkArrow.tsx +++ b/apps/web-v2/src/app/(landing)/linkArrow.tsx @@ -11,20 +11,20 @@ function LinkArrow({ classname }: { classname?: string }) { xmlns="http://www.w3.org/2000/svg" transform="matrix(1, 0, 0, 1, 0, 0)rotate(0)" > - + {" "} {" "} diff --git a/apps/web-v2/src/utils/icons.tsx b/apps/web-v2/src/utils/icons.tsx index ef1a130a..da05d716 100644 --- a/apps/web-v2/src/utils/icons.tsx +++ b/apps/web-v2/src/utils/icons.tsx @@ -164,7 +164,7 @@ export const Reddit = (props: SVGProps) => (