add discord join click tracking to dashboard noext
All checks were successful
Deploy to Server / deploy (push) Successful in 1m44s

This commit is contained in:
rocord01 2025-10-20 00:37:59 -06:00
parent c5886fd8f0
commit f7454e08f4

View file

@ -132,7 +132,7 @@ export default function DashboardClient() {
It looks like you don't have a LiteNet extension yet. Please join our Discord server and use the <code>/new</code> command to register for one.
</p>
<Button asChild>
<a href="https://discord.litenet.tel" target="_blank" rel="noopener noreferrer">
<a href="https://discord.litenet.tel" target="_blank" rel="noopener noreferrer" onClick={() => { plausible('Discord Join (noext)'); }}>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"