Skip to content

Commit

Permalink
fix: complete donation links
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Feb 1, 2024
1 parent 8e02910 commit e6f768a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/categories/donate/donate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function Donate() {
<p className={styles.desc}>Help me keep Moodist ad-free.</p>
<a
className={styles.button}
href="https://buymeacoffee.com"
href="https://buymeacoffee.com/remvze"
rel="noreferrer"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/donate.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Container } from '@/components/container';
<section class="wrapper">
<p class="text">
Enjoy Moodist? <a
href="https://buymeacoffee.com"
href="https://buymeacoffee.com/remvze"
rel="noreferrer"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/menu/items/donate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Item } from '../item';
export function Donate() {
return (
<Item
href="https://buymeacoffee.com"
href="https://buymeacoffee.com/remvze"
icon={<SiBuymeacoffee />}
label="Buy Me a Coffee"
/>
Expand Down

0 comments on commit e6f768a

Please sign in to comment.