refactor(sponsor): updated support link to buy me a coffe

This commit is contained in:
Corentin Thomasset 2023-03-01 22:15:51 +01:00
parent 53ce079dff
commit 3351b70c1a
No known key found for this signature in database
GPG Key ID: DBD997E935996158
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ const menuOptions = computed<MenuGroupOption[]>(() =>
round
type="primary"
tag="a"
href="https://github.com/sponsors/CorentinTh"
href="https://www.buymeacoffee.com/cthmsst"
rel="noopener"
target="_blank"
class="support-button"

View File

@ -24,7 +24,7 @@ const { tracker } = useTracker();
type="primary"
tag="a"
text
href="https://github.com/sponsors/CorentinTh"
href="https://www.buymeacoffee.com/cthmsst"
rel="noopener"
target="_blank"
@click="() => tracker.trackEvent({ eventName: 'Support button clicked' })"