Skip to content

Commit

Permalink
feat: add web sign-in
Browse files Browse the repository at this point in the history
  • Loading branch information
nerometa committed Nov 25, 2024
1 parent e28f805 commit 40c04f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import { Icon } from "astro-icon/components";
<footer>
<span>nerometa</span>
<div class="links">
<a class="link github" aria-label="Connect with me via GitHub" href="https://github.com/nerometa">
<a class="link github" aria-label="Connect with me via GitHub" href="https://github.com/nerometa" rel="me">
<Icon name="mdi:github" style="height: 100%; width: 1em;" />
</a>
<a class="link rss" aria-label="RSS Feed" href="/rss.xml">
<Icon name="mdi:rss" style="height: 100%; width: 1em;" />
</a>
<a class="link email" aria-label="Connect with me via Email" href="mailto:[email protected]">
<a class="link email" aria-label="Connect with me via Email" href="mailto:[email protected]" rel="me">
<Icon
name="fluent:mail-24-filled"
style="height: 100%; width: 1em;"
Expand Down

0 comments on commit 40c04f6

Please sign in to comment.