mirror of
https://github.com/remvze/moodist.git
synced 2025-12-18 01:14:17 +00:00
fix: complete donation links
This commit is contained in:
parent
8e0291004a
commit
e6f768a5e6
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue