Skip to content

Commit

Permalink
fix nav
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Dec 12, 2023
1 parent 70ade6a commit 068a81e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ export default function Nav() {
<header class="header" $ServerOnly>
<nav class="inner">
<a href="/">
<strong $ServerOnly>HN</strong>
<strong>HN</strong>
</a>
<a href="/new">
<strong $ServerOnly>New</strong>
<strong>New</strong>
</a>
<a href="/show">
<strong $ServerOnly>Show</strong>
<strong>Show</strong>
</a>
<a href="/ask">
<strong $ServerOnly>ask</strong>
<strong>Ask</strong>
</a>
<a href="/job">
<strong $ServerOnly>Jobs</strong>
<strong>Jobs</strong>
</a>
<a
class="github"
Expand Down

0 comments on commit 068a81e

Please sign in to comment.