fix: add favorites to public navigation
All checks were successful
Deploy Staging (terry-wallet-login) / deploy (push) Successful in 1m10s
All checks were successful
Deploy Staging (terry-wallet-login) / deploy (push) Successful in 1m10s
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user