Skip to content

Commit

Permalink
update umami class to use data-umami-event
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Apr 6, 2023
1 parent 0c43b2d commit b181b07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<header id='header'>
<h1 class="logo">React Spinners</h1>

<h2 class="author">by <a href="https://www.davidhu.io" class="umami--click--portfolio-link">David Hu</a></h2>
<h2 class="author">by <a href="https://www.davidhu.io" data-umami-event="portfolio-link-click">David Hu</a></h2>
</header>

<main id='main'>
Expand Down Expand Up @@ -79,12 +79,12 @@ <h2 class="author">by <a href="https://www.davidhu.io" class="umami--click--port
</main>

<footer>
<a href="https://github.com/davidhu2000/react-spinners" class="umami--click--repo-link">Github</a>
<a href="https://www.davidhu.io/blog" style="margin-left: 30px" class="umami--click--blog-link">Blog</a>
<a href="https://github.com/davidhu2000/react-spinners" data-umami-event="repo-link-click">Github</a>
<a href="https://www.davidhu.io/blog" style="margin-left: 30px" data-umami-event="blog-link-click">Blog</a>
</footer>

<span id="forkongithub">
<a href="https://github.com/davidhu2000/react-spinners" class="umami--click--repo-fork-link">Fork me on GitHub</a>
<a href="https://github.com/davidhu2000/react-spinners" data-umami-event="repo-fork-link-click">Fork me on GitHub</a>
</span>

</body>
Expand Down

0 comments on commit b181b07

Please sign in to comment.