unami metrics
This commit is contained in:
parent
cc118006ba
commit
55676a9896
1 changed files with 2 additions and 1 deletions
|
@ -68,6 +68,7 @@ const Home = () => {
|
||||||
<button
|
<button
|
||||||
className="mt-8 px-6 py-3 bg-green-600 text-white text-lg font-semibold rounded hover:bg-green-700 transition duration-300"
|
className="mt-8 px-6 py-3 bg-green-600 text-white text-lg font-semibold rounded hover:bg-green-700 transition duration-300"
|
||||||
onClick={handleDialogOpen}
|
onClick={handleDialogOpen}
|
||||||
|
data-unami-event="Start Today Button"
|
||||||
>
|
>
|
||||||
Start Today
|
Start Today
|
||||||
</button>
|
</button>
|
||||||
|
@ -108,6 +109,7 @@ const Home = () => {
|
||||||
<button
|
<button
|
||||||
onClick={handleDialogOpen}
|
onClick={handleDialogOpen}
|
||||||
className="mt-8 px-6 py-3 bg-green-600 text-white text-lg font-semibold rounded hover:bg-green-700 transition duration-300"
|
className="mt-8 px-6 py-3 bg-green-600 text-white text-lg font-semibold rounded hover:bg-green-700 transition duration-300"
|
||||||
|
data-unami-event="Join Now Button"
|
||||||
>
|
>
|
||||||
Join Now
|
Join Now
|
||||||
</button>
|
</button>
|
||||||
|
@ -120,4 +122,3 @@ const Home = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Home;
|
export default Home;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue