Skip to content

Commit

Permalink
Fix footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro committed Apr 24, 2024
1 parent 439ce2d commit 5799484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Footer: Component<Props> = (props) => {
class={cn($class, "content-container mt-auto pb-4 pt-4 text-center")}
{...rest}>
Check the code on{" "}
<a href="https://gtithub.com/shiro/blog" target="_blank">
<a href="https://github.com/shiro/blog" target="_blank">
<IconText icon="github" class="pl-1" /> Github
</a>
</div>
Expand Down

0 comments on commit 5799484

Please sign in to comment.