mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-26 04:37:34 +02:00
♻️ Switch to app router (#922)
This commit is contained in:
parent
41f85279bb
commit
95feb9f01a
181 changed files with 2507 additions and 2494 deletions
|
@ -90,7 +90,7 @@ export const EmailLayout = ({
|
|||
<span> • </span>
|
||||
<Link
|
||||
style={linkStyles}
|
||||
href={`mailto:${process.env.SUPPORT_EMAIL}`}
|
||||
href={`mailto:${process.env["SUPPORT_EMAIL"]}`}
|
||||
>
|
||||
Contact
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue