From 414e9806471c79a9e4dc40a0c92162ddc11a79f9 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Sat, 30 Sep 2023 10:49:41 +0200 Subject: [PATCH] Update pin icon --- src/dashboardWebView/components/Icons/PinIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dashboardWebView/components/Icons/PinIcon.tsx b/src/dashboardWebView/components/Icons/PinIcon.tsx index 438bbeb4..ae20db7d 100644 --- a/src/dashboardWebView/components/Icons/PinIcon.tsx +++ b/src/dashboardWebView/components/Icons/PinIcon.tsx @@ -8,6 +8,6 @@ export const PinIcon: React.FunctionComponent = ({ className }: React.PropsWithChildren) => { return ( - + ); }; \ No newline at end of file