Skip to content

Commit

Permalink
chore: name webring link
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed May 15, 2024
1 parent d4aca65 commit 9b5b6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import WebringLogo from '/src/assets/logos/webring.icon.white.svg';
<RouterLink id="notes" class="font-mono" to="/notes" title="Blog">
<span>Notes</span>
</RouterLink>
<a href="https://webring.xxiivv.com/#bodo" target="_blank" rel="noopener"
<a title="Webring" href="https://webring.xxiivv.com/#bodo" target="_blank" rel="noopener"
class="select-none b-none! hover:b-none! w-19px h-24px">
<WebringLogo stroke="var(--fg)" transform="translate(-140, -138) scale(0.08)"/>
</a>
Expand Down

0 comments on commit 9b5b6f5

Please sign in to comment.