fix: auth routing

This commit is contained in:
Adam
2026-02-06 12:08:10 -06:00
parent 6324d1c351
commit 6a5c1a74f1
5 changed files with 17 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ export default function Home() {
</svg>
</div>
</div>
<a href={language.route("/auth")}>
<a href="/auth">
<span>{i18n.t("zen.cta.start")}</span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
@@ -304,7 +304,7 @@ export default function Home() {
{i18n.t("zen.faq.a4.p1.beforePricing")}{" "}
<a href={language.route("/docs/zen/#pricing")}>{i18n.t("zen.faq.a4.p1.pricingLink")}</a>{" "}
{i18n.t("zen.faq.a4.p1.afterPricing")} {i18n.t("zen.faq.a4.p2.beforeAccount")}{" "}
<a href={language.route("/auth")}>{i18n.t("zen.faq.a4.p2.accountLink")}</a>. {i18n.t("zen.faq.a4.p3")}
<a href="/auth">{i18n.t("zen.faq.a4.p2.accountLink")}</a>. {i18n.t("zen.faq.a4.p3")}
</Faq>
</li>
<li>