add discord join click tracking to dashboard noext
All checks were successful
Deploy to Server / deploy (push) Successful in 1m44s
All checks were successful
Deploy to Server / deploy (push) Successful in 1m44s
This commit is contained in:
parent
c5886fd8f0
commit
f7454e08f4
|
|
@ -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.
|
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>
|
</p>
|
||||||
<Button asChild>
|
<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
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="24"
|
width="24"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue