chore: hide search from navigation
This commit is contained in:
committed by
Mathias Schopmans
parent
6846ecd7b0
commit
b1c4887ba8
@@ -4,8 +4,7 @@ import styles from "./Navigation.module.css";
|
|||||||
|
|
||||||
import IconOverview from "@/components/Icons/Overview";
|
import IconOverview from "@/components/Icons/Overview";
|
||||||
import IconQuestion from "@/components/Icons/Question";
|
import IconQuestion from "@/components/Icons/Question";
|
||||||
import IconSearch from "@/components/Icons/Search";
|
import { getLabel } from "@/lib/data";
|
||||||
import { getAppName, getLabel } from "@/lib/data";
|
|
||||||
|
|
||||||
export function Navigation() {
|
export function Navigation() {
|
||||||
return (
|
return (
|
||||||
@@ -23,12 +22,14 @@ export function Navigation() {
|
|||||||
<span className={styles.label}>{getLabel("pageOverview")}</span>
|
<span className={styles.label}>{getLabel("pageOverview")}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
{/*
|
||||||
<li className={styles.item}>
|
<li className={styles.item}>
|
||||||
<Link href="/overview">
|
<Link href="/overview">
|
||||||
<IconSearch className={styles.icon} />
|
<IconSearch className={styles.icon} />
|
||||||
<span className={styles.label}>{getLabel("pageSearch")}</span>
|
<span className={styles.label}>{getLabel("pageSearch")}</span>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
*/}
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user