Enable resending verification emails

This commit is contained in:
Luke Vella 2022-04-12 11:04:55 +01:00
parent e9ac2a8e71
commit a6e39cc2c3
5 changed files with 87 additions and 21 deletions

View file

@ -37,7 +37,9 @@ const NotificationsToggle: React.VoidFunctionComponent<NotificationsToggleProps>
email: poll.user.email,
}}
components={{
b: <span className="email" />,
b: (
<span className="text-indigo-300 whitespace-nowrap font-medium font-mono " />
),
}}
/>
</div>