chore: link search to overview page
This commit is contained in:
committed by
Mathias Schopmans
parent
baf5514f4e
commit
37d9fd6187
@@ -41,8 +41,10 @@ export function Navigation() {
|
||||
</Link>
|
||||
</li>
|
||||
<li className={styles.item}>
|
||||
<IconSearch className={styles.icon} />
|
||||
<span className={styles.label}>Search</span>
|
||||
<Link href="/overview">
|
||||
<IconSearch className={styles.icon} />
|
||||
<span className={styles.label}>Search</span>
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user