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:
parent
54e01b23f4
commit
1e78b6d0e8
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue