Merge remote-tracking branch 'origin/main' into terry-wallet-login

This commit is contained in:
TerryM
2026-06-02 22:23:53 +08:00

View File

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