mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
🐛 Fix links on thank you page
This commit is contained in:
parent
782ed12f3e
commit
74f4ba23be
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ export default function LicensingThankYouPage() {
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="text-link"
|
className="text-link"
|
||||||
href="https://support.rallly.co/self-hosted/installation"
|
href="https://support.rallly.co/self-hosting/installation/docker"
|
||||||
>
|
>
|
||||||
<Trans
|
<Trans
|
||||||
i18nKey="licensingThankYouNextStepsInstallation"
|
i18nKey="licensingThankYouNextStepsInstallation"
|
||||||
|
@ -52,7 +52,7 @@ export default function LicensingThankYouPage() {
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
className="text-link"
|
className="text-link"
|
||||||
href="https://support.rallly.co/self-hosted/licensing"
|
href="https://support.rallly.co/self-hosting/licensing#activating-your-license"
|
||||||
>
|
>
|
||||||
<Trans
|
<Trans
|
||||||
i18nKey="licensingThankYouNextStepsApplyLicense"
|
i18nKey="licensingThankYouNextStepsApplyLicense"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue