From 820d686c377b0ff24193aba7e2e59de8f9506828 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Thu, 29 Aug 2024 18:26:15 -0400 Subject: [PATCH] minor improvement --- components/LinkViews/LinkComponents/LinkIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/LinkViews/LinkComponents/LinkIcon.tsx b/components/LinkViews/LinkComponents/LinkIcon.tsx index 6ee8a46..c5208f1 100644 --- a/components/LinkViews/LinkComponents/LinkIcon.tsx +++ b/components/LinkViews/LinkComponents/LinkIcon.tsx @@ -84,7 +84,7 @@ const LinkPlaceholderIcon = ({ icon: string; }) => { return ( -
+
);