mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 01:07:47 +02:00
🌐 Make support email a variable
This commit is contained in:
parent
c7af881f2d
commit
faf0d73972
2 changed files with 3 additions and 2 deletions
|
@ -130,8 +130,9 @@ export const LicenseKeyEmail = ({
|
|||
ns="emails"
|
||||
i18nKey="license_key_support"
|
||||
defaults={
|
||||
"Reply to this email or contact us at <a>support@rallly.co</a> if you need help."
|
||||
"Reply to this email or contact us at <a>{supportEmail}</a> if you need help."
|
||||
}
|
||||
values={{ supportEmail: ctx.supportEmail }}
|
||||
components={{
|
||||
a: <Link className="text-link" href="mailto:support@rallly.co" />,
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue