From 7dd22aa53bf20ee17fa3168ef7f9325b8b58cafc Mon Sep 17 00:00:00 2001 From: skidoodle Date: Mon, 13 Jun 2022 19:11:53 +0200 Subject: [PATCH] notification align center --- components/Icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Icon.tsx b/components/Icon.tsx index eaed279..287a3be 100644 --- a/components/Icon.tsx +++ b/components/Icon.tsx @@ -15,7 +15,7 @@ const Icon = ({icon, reference, copy = false} : {icon: any, reference: any, copy ) } - + ) }