Skip to content

Commit

Permalink
fixed links for unsubscribe and contacts (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
viiktorstefanov committed Sep 19, 2024
1 parent 3f5a84b commit 575e04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/client/auth/profile/DisableAccountModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ function DisableAccountModal({
<ul style={{ listStyle: 'disc', paddingLeft: '20px' }}>
<li className={classes.graySpan}>
{t('profile:disableModal.deactivateEmails')}
<Link href="#">{t('profile:disableModal.link')}</Link>.
<Link href={routes.profile.myNotifications}>{t('profile:disableModal.link')}</Link>.
</li>
<li className={classes.graySpan}>
{t('profile:disableModal.writeUs')}
<Link href="#">{t('profile:disableModal.link')}</Link>.
<Link href={routes.contact}>{t('profile:disableModal.link')}</Link>.
</li>
</ul>
<br />
Expand Down

0 comments on commit 575e04b

Please sign in to comment.