Skip to content

Commit

Permalink
fix #1502 home link in HN example
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed May 29, 2024
1 parent 431feef commit 0ac15a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hackernews/src/components/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function Nav() {
return (
<header class="header">
<nav class="inner">
<A href="/">
<A href="/" end>
<strong>HN</strong>
</A>
<A href="/new">
Expand Down

0 comments on commit 0ac15a2

Please sign in to comment.