Skip to content

Commit

Permalink
Add data-umami-event in download button
Browse files Browse the repository at this point in the history
  • Loading branch information
sirilius committed Nov 12, 2023
1 parent 2499491 commit a564db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
<a class="contents" id="download" download="watermark.png">
<button
class="p-2 w-1/2 flex items-center justify-center bg-blue-500 text-blue shadow-3d-blue-button bg-gradient-to-b from-gradient-btn-from to-gradient-btn-to bg-no-repeat rounded-lg group font-medium text-white"
data-umami-event="watermark-download-button"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down
1 change: 1 addition & 0 deletions src/tanda-tangan.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<a class="contents" id="download" download="watermark.png"
><button
class="p-2 w-1/2 flex items-center justify-center bg-blue-500 text-blue shadow-3d-blue-button bg-gradient-to-b from-gradient-btn-from to-gradient-btn-to bg-no-repeat rounded-lg group font-medium text-white"
data-umami-event="tanda-tangan-download-button"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit a564db3

Please sign in to comment.