mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
refactor(sponsor): updated support link to buy me a coffe
This commit is contained in:
parent
53ce079dff
commit
3351b70c1a
2 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ const menuOptions = computed<MenuGroupOption[]>(() =>
|
||||||
round
|
round
|
||||||
type="primary"
|
type="primary"
|
||||||
tag="a"
|
tag="a"
|
||||||
href="https://github.com/sponsors/CorentinTh"
|
href="https://www.buymeacoffee.com/cthmsst"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="support-button"
|
class="support-button"
|
||||||
|
|
|
@ -24,7 +24,7 @@ const { tracker } = useTracker();
|
||||||
type="primary"
|
type="primary"
|
||||||
tag="a"
|
tag="a"
|
||||||
text
|
text
|
||||||
href="https://github.com/sponsors/CorentinTh"
|
href="https://www.buymeacoffee.com/cthmsst"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@click="() => tracker.trackEvent({ eventName: 'Support button clicked' })"
|
@click="() => tracker.trackEvent({ eventName: 'Support button clicked' })"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue