fix: align popular sorting links
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 20s
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 20s
This commit is contained in:
@@ -607,10 +607,7 @@ export function PublicLayout() {
|
||||
to={popularHref}
|
||||
label={t("popular")}
|
||||
icon="update"
|
||||
active={
|
||||
pathname === "/browse" &&
|
||||
new URLSearchParams(search).get("tag") === "popular"
|
||||
}
|
||||
active={na("browsePopular")}
|
||||
/>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user