diff --git a/packages/frontend/src/components/Election/Voting/Thanks.tsx b/packages/frontend/src/components/Election/Voting/Thanks.tsx index af0b3189..b4b1a358 100644 --- a/packages/frontend/src/components/Election/Voting/Thanks.tsx +++ b/packages/frontend/src/components/Election/Voting/Thanks.tsx @@ -7,6 +7,7 @@ import { StyledButton } from "../../styles"; import useElection from '../../ElectionContextProvider'; import { useSubstitutedTranslation } from '~/components/util'; import DraftWarning from '../DraftWarning'; +import { Link } from '@mui/material'; const Thanks = () => { @@ -20,7 +21,7 @@ const Thanks = () => { flexDirection='column' justifyContent="center" alignItems="center" - maxWidth={500} + maxWidth={600} mx='auto' mb='100px'> @@ -59,15 +60,9 @@ const Thanks = () => { } - - - {t('ballot_submitted.donate')} - - + + + {t('ballot_submitted.donate')} } diff --git a/packages/frontend/src/i18n/en.yaml b/packages/frontend/src/i18n/en.yaml index 8745fad1..20871db8 100644 --- a/packages/frontend/src/i18n/en.yaml +++ b/packages/frontend/src/i18n/en.yaml @@ -281,7 +281,7 @@ ballot_submitted: title: '{{capital_ballot}} Submitted' description: Thank you for voting! results: Results - donate: Donate to Equal Vote + donate: Donate to Equal Vote to support open source voting software end_time: '{{capital_election}} ends {{date}} at {{time}}' # Landing Page -> New Election Dialog