Skip to content

Commit

Permalink
Fix mail typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro committed Dec 5, 2024
1 parent c062eb9 commit 5911147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/about/AboutSite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const AboutSite: Component<Props> = (props) => {
</li>
<li class="flex gap-2 text-nowrap xs:text-h3 s:text-body">
<IconText icon="email" />
<a href="mailto:matic@uagi.io">matic@uagi.io</a>
<a href="mailto:matic@usagi.io">matic@usagi.io</a>
</li>
<li class="flex gap-2 text-nowrap xs:text-h3 s:text-body">
<IconText icon="globe" />
Expand Down

0 comments on commit 5911147

Please sign in to comment.