Skip to content

Commit 8757a8a

Browse files
authored
Add missing plausible classes to CSR page (#235)
1 parent 631777c commit 8757a8a

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

static/landing-page/index.html

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ <h2 class="logo">
5353
</a>
5454
</h2>
5555
<nav class="navigation">
56-
<a href="/registry/login?source=landing-page" class="button-link blue"
56+
<a
57+
href="/editor?source=landing-page"
58+
class="button-link orange plausible-event-name=landing+try+editor"
59+
>Try the editor</a
60+
>
61+
<a
62+
href="/registry/login?source=landing-page"
63+
class="button-link blue plausible-event-name=landing-editor+signin"
5764
>Sign in</a
5865
>
5966
<ul class="navigation-list">
@@ -88,13 +95,13 @@ <h2 class="logo">
8895
data-edge-target-position="0.7"
8996
>
9097
<a
91-
class="button-link button-link-cta-primary"
98+
class="button-link button-link-cta-primary plausible-event-name=landing+try+editor"
9299
href="/editor?source=landing-page"
93100
>
94101
Try the editor
95102
</a>
96103
<a
97-
class="button-link button-link-cta-secondary ghost"
104+
class="button-link button-link-cta-secondary ghost plausible-event-name=landing+demo"
98105
href="https://calendly.com/d/yc8-3hq-rpc/request-a-demo"
99106
>
100107
Book a demo
@@ -690,13 +697,13 @@ <h3 class="name">James Tharpe</h3>
690697
</h2>
691698
<p class="duo-buttons" data-edge-source="final-cta">
692699
<a
693-
class="button-link button-link-cta-primary"
700+
class="button-link button-link-cta-primary plausible-event-name=landing+try+editor"
694701
href="/editor?source=landing-page"
695702
>
696703
Try the editor
697704
</a>
698705
<a
699-
class="button-link button-link-cta-secondary"
706+
class="button-link button-link-cta-secondary plausible-event-name=landing+demo"
700707
href="https://calendly.com/d/yc8-3hq-rpc/request-a-demo"
701708
>
702709
Book a demo
@@ -710,7 +717,7 @@ <h3 class="name">James Tharpe</h3>
710717
action="registry/api/newsletter/signup"
711718
method="post"
712719
target="popupwindow"
713-
class="embeddable-buttondown-form state"
720+
class="embeddable-buttondown-form state plausible-event-name=landing+newsletter+signup"
714721
data-active
715722
>
716723
<h2>Get updates by email</h2>
@@ -738,7 +745,13 @@ <h2>Get updates by email</h2>
738745
</li>
739746
<li><a href="https://twitter.com/statelyai">Twitter</a></li>
740747
<li><a href="https://youtube.com/c/statelyai">YouTube</a></li>
741-
<li><a href="https://discord.gg/xstate">Discord community</a></li>
748+
<li>
749+
<a
750+
href="https://discord.gg/xstate"
751+
class="plausible-event-name=landing+discord"
752+
>Discord community</a
753+
>
754+
</li>
742755
</ul>
743756
</nav>
744757
<p class="copyright"><small>Copyright &copy; Stately, 2023</small></p>

0 commit comments

Comments
 (0)