Skip to content

Commit

Permalink
Shorten linkblog link in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermercer committed Feb 7, 2025
1 parent 4809c55 commit 3c5f337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SiteNavHeader.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const isCurrent = (path: string) =>
<ul>
<li>
<a class="nav-link" aria-current={isCurrent("/links")} href="/links/">
<span class="text">Linkblog</span>
<span class="text">Links</span>
</a>
</li>
<li>
Expand Down

0 comments on commit 3c5f337

Please sign in to comment.