Skip to content

Commit 66d1609

Browse files
committed
patch: ButtonLink hrefs
1 parent 62dc632 commit 66d1609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/[locale]/what-is-ethereum/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
789789
</p>
790790
<p>{t("page-what-is-ethereum-start-developers-desc-4")}</p>
791791
</div>
792-
<ButtonLink href="/start/">
792+
<ButtonLink href="/developers/">
793793
{t("page-what-is-ethereum-start-developers-cta")}
794794
</ButtonLink>
795795
</CardContent>
@@ -830,7 +830,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
830830
})}
831831
</p>
832832
</div>
833-
<ButtonLink href="/start/">
833+
<ButtonLink href="/enterprise/">
834834
{t("page-what-is-ethereum-start-business-cta")}
835835
</ButtonLink>
836836
</CardContent>

0 commit comments

Comments
 (0)