terry-staging #16

Merged
terry merged 96 commits from terry-staging into main 2026-06-05 16:33:12 +00:00
Showing only changes of commit bd48fded30 - Show all commits

View File

@@ -669,6 +669,13 @@ export function PublicLayout() {
>
{t("latest")}
</Link>
<Link
to={lp("/favorites")}
className={navClassName(na("favorites"))}
aria-current={na("favorites") ? "page" : undefined}
>
{t("favorites")}
</Link>
<Link
to={popularHref}
className={navClassName(na("browsePopular"))}
@@ -761,6 +768,11 @@ export function PublicLayout() {
label: t("latest"),
active: na("browseLatest"),
},
{
to: lp("/favorites"),
label: t("favorites"),
active: na("favorites"),
},
{
to: popularHref,
label: t("popular"),