Skip to content

Commit

Permalink
Remove end icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jan 4, 2024
1 parent c0e1ea8 commit 92d5ef3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ const SubscriptionSection = () => {
<Subtitle sx={{ display: 'block', padding: theme.spacing(1.25) }}>{t('campaigns:cta.subscribe-general-monthly-newsletter')}</Subtitle>
<SubscribeButton
onClick={() => setSubscribeOpen(true)}
variant="contained"
endIcon={<ArrowForwardSharp />}>
variant="contained">
{t('campaigns:cta.subscribe-general-newsletter-button')}
</SubscribeButton>
</Grid>
Expand Down

0 comments on commit 92d5ef3

Please sign in to comment.