fix(index): Add more Umami Events

This commit is contained in:
TheOnlyWayUp
2024-04-11 14:42:19 +00:00
parent 65cc2b7929
commit 3a857e935e
+6 -2
View File
@@ -30,7 +30,8 @@
<button <button
class="label-text link" class="label-text link"
onclick="StoryIDTutorialModal.showModal()" onclick="StoryIDTutorialModal.showModal()"
data-umami-event="HowToStoryID">How to get a Story ID</button data-umami-event="StoryIDTutorialModal Open"
>How to get a Story ID</button
> >
</label> </label>
</div> </div>
@@ -121,7 +122,10 @@
<div class="pt-2"> <div class="pt-2">
<form method="dialog"> <form method="dialog">
<!-- if there is a button in form, it will close the modal --> <!-- if there is a button in form, it will close the modal -->
<button class="btn w-full btn-sm btn-ghost">Close</button> <button
class="btn w-full btn-sm btn-ghost"
data-umami-event="AfterDownloadModal Close">Close</button
>
</form> </form>
</div> </div>
</div> </div>