mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 23:15:24 +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>
|
||||
|
||||
<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>
|
||||
</>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue