This commit is contained in:
parent
55676a9896
commit
f06cae217f
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ const Home = () => {
|
|||
<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"
|
||||
onClick={handleDialogOpen}
|
||||
data-unami-event="Start Today Button"
|
||||
data-umami-event="Start Today Button"
|
||||
>
|
||||
Start Today
|
||||
</button>
|
||||
|
@ -109,7 +109,7 @@ const Home = () => {
|
|||
<button
|
||||
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"
|
||||
data-unami-event="Join Now Button"
|
||||
data-umami-event="Join Now Button"
|
||||
>
|
||||
Join Now
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue