feat: refine home section navigation
This commit is contained in:
@@ -267,8 +267,7 @@ export function PublicLayout() {
|
||||
const na = (which: PublicNavWhich) =>
|
||||
navIsActive(pathname, search, hash, which);
|
||||
const isHome = pathname === "/";
|
||||
const footerInContentFlow =
|
||||
pathname === "/browse" || pathname.startsWith("/category/");
|
||||
const footerInContentFlow = pathname === "/browse";
|
||||
|
||||
const goSearch = () => {
|
||||
const s = q.trim();
|
||||
|
||||
Reference in New Issue
Block a user