Skip to content

Commit

Permalink
fixing external links
Browse files Browse the repository at this point in the history
  • Loading branch information
athammer committed Feb 3, 2024
1 parent 5b361fd commit 0b36950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ export default function Nav() {
<nav class="mb-8">
<ul class="container flex items-center pr-3 font-semibold">
<li class={`border-b-2 ${active("/")} mr-1.5 sm:mr-6`}>
<Link href="/" defaultBlack external>
<Link href="/" defaultBlack>
Home
</Link>
</li>
|
<li class={`border-b-2 ${active("/blog")} mx-1.5 sm:mx-6`}>
<Link href={randomBlog()} defaultBlack external>
<Link href={randomBlog()} defaultBlack>
Random Blog
</Link>
</li>
Expand Down

0 comments on commit 0b36950

Please sign in to comment.