Skip to content

Commit

Permalink
fix github link (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ainsofs authored Apr 28, 2024
1 parent a56bb44 commit ea309d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Appbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<section class="px-5 space-x-1 sm:inline-flex">
<a
class="btn-icon hover:variant-soft-primary"
href="https://github.com/Samoa-Code-Hub"
href="https://github.com/SamoaCodeHub"
target="_blank"
rel="noreferrer"
>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<a
title="Dive into the code"
class="hidden btn btn-sm variant-ghost-surface sm:block"
href="https://github.com/Samoa-Stack-Overflow"
href="https://github.com/SamoaCodeHub"
target="_blank"
>
GitHub
</a>

<a
target="_blank"
href="https://github.com/Samoa-Stack-Overflow"
href="https://github.com/SamoaCodeHub"
class="lg:!ml-0 w-[32px] lg:w-auto overflow-hidden block sm:hidden"
>
<IconBrandGithub />
Expand Down

0 comments on commit ea309d3

Please sign in to comment.