Skip to content

Commit

Permalink
add source link
Browse files Browse the repository at this point in the history
  • Loading branch information
ergofriend committed Dec 17, 2024
1 parent 1881618 commit 3a29bf1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,21 @@ export const Header = () => {
<span className="text-2xl font-bold text-primary">Home</span>
</Link>
<nav>
{/* <ul className="flex flex-row gap-4 w-full">
<li>
<ul className="flex flex-row gap-4 w-full">
{/* <li>
<a href="/">articles</a>
</li>
</li> */}
<li>
<a href="/">source</a>
<a
href="https://github.com/ergofriend/reimagined-sniffle"
target="_blank"
rel="noreferrer"
className="text-primary hover:underline"
>
source
</a>
</li>
</ul> */}
</ul>
</nav>
</header>
)
Expand Down

0 comments on commit 3a29bf1

Please sign in to comment.