Compare commits
1 commit
f06cae217f
...
9b43f46c59
Author | SHA1 | Date | |
---|---|---|---|
9b43f46c59 |
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +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-umami-event="Start Today Button"
|
data-unami-event="Start Today Button"
|
||||||
>
|
>
|
||||||
Start Today
|
Start Today
|
||||||
</button>
|
</button>
|
||||||
|
@ -109,7 +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-umami-event="Join Now Button"
|
data-unami-event="Join Now Button"
|
||||||
>
|
>
|
||||||
Join Now
|
Join Now
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue