Skip to content

Commit

Permalink
feat(umami): add class event-track to title on Header component
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Mar 21, 2022
1 parent 37f2d6f commit 4d3622d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ export const Header: React.FC = () => {
return (
<LocalHeader>
<h1>
<a href="/Noisekun">Noisekun</a>
<a href="/Noisekun" className="umami--click--title">
Noisekun
</a>
</h1>
</LocalHeader>
)
Expand Down

0 comments on commit 4d3622d

Please sign in to comment.