1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

added mailto anchor tag

This commit is contained in:
Tamir 2024-01-10 22:29:18 -08:00
parent 54e01b23f4
commit 1e78b6d0e8

View file

@ -399,7 +399,11 @@ export function SidebarOnboarding({ onClose, onHide }: Props) {
</Disclosure> </Disclosure>
<p className="text-sm text-gray-100"> <p className="text-sm text-gray-100">
If you have any issues with connecting accounts, please let us know. If you have any issues with connecting accounts,{' '}
<a href="mailto:hello@maybe.co" className="underline text-cyan">
please let us know
</a>
.
</p> </p>
</> </>
) )