From 4d3622d791d669a79b7d92cfe891da36357fcaa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Felipe=20Gon=C3=A7alves?= Date: Mon, 21 Mar 2022 10:51:00 -0300 Subject: [PATCH] feat(umami): add class event-track to title on Header component --- src/components/Header/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 7f52be7f..d7091a23 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -6,7 +6,9 @@ export const Header: React.FC = () => { return (

- Noisekun + + Noisekun +

)