{props.showHeader && (
- {props.controls}
+ {props.search}
)}
diff --git a/components/PageLayouts/PageSearch.tsx b/components/PageLayouts/PageSearch.tsx
index 22b474c4..7b8a652f 100644
--- a/components/PageLayouts/PageSearch.tsx
+++ b/components/PageLayouts/PageSearch.tsx
@@ -27,7 +27,7 @@ export const PageSearch = (props: {
let { identity } = useIdentityData();
return (
-
+
{identity && (
)}
-
+
{props.hasPubs || props.hasArchived ? (
@@ -201,9 +201,13 @@ const MobileSearchControls = (props: {
return (
0 ? "text-accent-contrast" : ""} />
+ 0 ? "text-accent-2 bg-accent-1 rounded-md" : "text-secondary"}`}
+ >
+
+
}
>
-