Update umami event tracking for Star on GitHub button in Script.tsx

This commit is contained in:
Bram Suurd
2024-05-17 21:59:20 +02:00
parent b5d6199b7a
commit 47dd1e4f60

View File

@@ -52,8 +52,11 @@ function ScriptItem() {
repository on GitHub. It helps a lot!
</p>
<div>
<Button data-umami-event="Star on Github" className="text-white">
<Link href="https://github.com/tteck/Proxmox">
<Button className="text-white">
<Link
href="https://github.com/tteck/Proxmox"
data-umami-event="Star on Github"
>
Star on GitHub 💫
</Link>
</Button>