mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Update umami tracking events.
This commit is contained in:
parent
97e29de4f5
commit
ee9a17f712
2 changed files with 2 additions and 2 deletions
|
|
@ -168,7 +168,7 @@ const Login = () => {
|
|||
onChange={handleChange}
|
||||
className="penguin"
|
||||
/>
|
||||
<button type="submit" className="umami--click--login">
|
||||
<button type="submit" data-umami-event="Login button">
|
||||
Login
|
||||
</button>
|
||||
</fieldset>
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ export default function RsvpPage() {
|
|||
onChange={handleChange}
|
||||
/>
|
||||
</label>
|
||||
<button type="submit" className="umami--click--find-rsvp">
|
||||
<button type="submit" data-umami-event="Find RSVP">
|
||||
Find Your RSVP
|
||||
</button>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Reference in a new issue