terry-wallet-login #15

Merged
terry merged 95 commits from terry-wallet-login into terry-staging 2026-06-05 16:32:43 +00:00
Showing only changes of commit a8863c5478 - Show all commits

View File

@@ -288,7 +288,7 @@ export function Home() {
<div className="px-4 md:px-0">
<SectionHeader
title={t("categorySection")}
viewAllTo="/categories"
viewAllTo={lp("/categories")}
viewAllLabel={t("viewAll")}
/>
</div>
@@ -385,7 +385,7 @@ export function Home() {
<div className="px-4 md:px-0">
<SectionHeader
title={t("officialSection")}
viewAllTo="/official-recommendations"
viewAllTo={lp("/official-recommendations")}
viewAllLabel={t("viewAll")}
/>
</div>
@@ -470,7 +470,7 @@ export function Home() {
<div className="px-4 md:px-0">
<SectionHeader
title={t("latestSection")}
viewAllTo="/browse"
viewAllTo={lp("/browse")}
viewAllLabel={t("viewAll")}
/>
</div>
@@ -506,7 +506,7 @@ export function Home() {
<div className="px-4 md:px-0">
<SectionHeader
title={t("popularSection")}
viewAllTo="/browse?sort=popular"
viewAllTo={lp("/browse?sort=popular")}
viewAllLabel={t("viewAll")}
/>
</div>