From 5208c181860daffe4ddab45a30ecccb61d8dd7c0 Mon Sep 17 00:00:00 2001 From: Malik Aghiles Tahir Date: Thu, 13 Jun 2024 00:56:38 -0400 Subject: [PATCH] feat: change how it works modal --- .../components/GrantApplicantCard.tsx | 32 +++++++++++++------ 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/src/pages/grants/grantsPage/components/GrantApplicantCard.tsx b/src/pages/grants/grantsPage/components/GrantApplicantCard.tsx index e86575fe0..56d400c48 100644 --- a/src/pages/grants/grantsPage/components/GrantApplicantCard.tsx +++ b/src/pages/grants/grantsPage/components/GrantApplicantCard.tsx @@ -297,18 +297,30 @@ export const GrantApplicantCard = ({ - - - {t('1 vote')} - {t('From 1k to 10k sats')} + + + + {t('1 vote')} + + + {t('From 1k to 10k sats')} + - - {t('2 votes')} - {t('Up to 100k sats')} + + + {t('2 votes')} + + + {t('Up to 100k sats')} + - - {t('3 votes')} - {t('Above 100k sats')} + + + {t('3 votes')} + + + {t('Above 100k sats')} +