Skip to content

Commit

Permalink
wiki: Remove Home from header
Browse files Browse the repository at this point in the history
Change-Id: I3113b59ab0d7d468e245978f1e740b5fbbc24259
  • Loading branch information
neroices committed Dec 28, 2024
1 parent c41fa11 commit 46c5501
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/site-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ export function SiteHeader() {
</Link>

<nav className="ml-6 flex items-center space-x-4 sm:space-x-6">
<Link
href="/"
className="text-sm font-medium transition-colors hover:text-primary"
>
Home
</Link>
<Link
href="/devices"
className="text-sm font-medium transition-colors hover:text-primary"
Expand Down

0 comments on commit 46c5501

Please sign in to comment.