From 93de301007d0d16051440e0228b57c9cc21da3e6 Mon Sep 17 00:00:00 2001 From: Nikos Kontakis Date: Tue, 17 Sep 2024 00:20:20 +0300 Subject: [PATCH] Refix delegate button for mobile view (#150) --- src/components/DelegateCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/DelegateCard.tsx b/src/components/DelegateCard.tsx index 7635816..de268e1 100644 --- a/src/components/DelegateCard.tsx +++ b/src/components/DelegateCard.tsx @@ -42,11 +42,11 @@ export const DelegateCard = ({ return ( -
+
-
+
{name} {hasShareButton && ( @@ -73,7 +73,7 @@ export const DelegateCard = ({
{hasDelegateButton && ( - )}