aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/base.layout.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/base.layout.vue')
-rw-r--r--src/layouts/base.layout.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layouts/base.layout.vue b/src/layouts/base.layout.vue
index e213218..5c050d3 100644
--- a/src/layouts/base.layout.vue
+++ b/src/layouts/base.layout.vue
@@ -157,6 +157,7 @@ const menuOptions = computed<MenuGroupOption[]>(() =>
target="_blank"
class="support-button"
:bordered="false"
+ @click="() => $tracker.trackEvent({ eventName: 'Support button clicked' })"
>
Buy me a coffee
<n-icon v-if="!styleStore.isSmallScreen" :component="Heart" style="margin-left: 5px" />