We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efd13a commit 7c6a019Copy full SHA for 7c6a019
1 file changed
src/index.html
@@ -66,7 +66,7 @@ <h2>Just a black web page</h2>
66
>A 10 hours black screen video</a
67
>
68
</p>
69
- <button class="modal-close modal-exit" autofocus>
+ <button class="modal-close modal-exit" data-umami-event="close-modal" autofocus>
70
<svg
71
xmlns="http://www.w3.org/2000/svg"
72
width="24"
@@ -85,7 +85,7 @@ <h2>Just a black web page</h2>
85
</button>
86
</div>
87
88
- <div class="info" data-modal="modal-info">
+ <div class="info" data-modal="modal-info" data-umami-event="open-modal">
89
90
91
0 commit comments