mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-20 12:26:20 +02:00
Enable resending verification emails
This commit is contained in:
parent
e9ac2a8e71
commit
a6e39cc2c3
5 changed files with 87 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue