Skip to content

Commit

Permalink
fix: Fix donate link in mobile header
Browse files Browse the repository at this point in the history
  • Loading branch information
debjitbis08 committed Dec 1, 2024
1 parent 9af16b9 commit 256773d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const avatarUrl = user?.user_metadata?.avatar_url || '/default-avatar.png'; // D
Login
</a>
</template>
<a href="https://buymeacoffee.com/sim8085"
<a href="/donate"
class="block w-full px-4 py-2 text-sm text-left text-active-foreground hover:bg-active-background">
Donate
</a>
Expand Down

0 comments on commit 256773d

Please sign in to comment.