fix: complete donation links

This commit is contained in:
MAZE 2024-02-01 23:38:55 +03:30
parent 8e0291004a
commit e6f768a5e6
3 changed files with 3 additions and 3 deletions

View file

@ -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"
>

View file

@ -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"
>

View file

@ -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"
/>