Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Continue adding Plausible events
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakalbag committed Nov 3, 2023
1 parent d0a9213 commit 96fa548
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/WelcomeArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export const WelcomeArea = () => {
href="https://stately.ai?source=viz"
target="_blank"
color="blue.300"
className="plausible-event-name=viz+stately-editor-button"
>
use our new Stately editor
</Link>{' '}
Expand All @@ -162,6 +163,7 @@ export const WelcomeArea = () => {
href="https://stately.ai/docs/visualizer"
target="_blank"
color="blue.300"
className="plausible-event-name=viz+docs"
>
{' '}
Read our docs for more information on the differences
Expand All @@ -177,6 +179,7 @@ export const WelcomeArea = () => {
target="_blank"
bg="orange.600"
maxWidth="auto"
className="plausible-event-name=viz+new-visualizer"
>
<HStack spacing="4">
<MagicIcon color="gray.200" h="6" w="6" />
Expand All @@ -199,6 +202,7 @@ export const WelcomeArea = () => {
<Button
{...buttonStyleProps}
onClick={() => send('CLICK_SEE_EXAMPLE')}
className="plausible-event-name=viz+legacy-example"
>
<HStack spacing="4">
<ViewIcon color="gray.200" h="6" w="6" />
Expand All @@ -211,6 +215,7 @@ export const WelcomeArea = () => {
href="http://stately.ai/docs/xstate"
rel="noreferrer"
target="_blank"
className="plausible-event-name=viz+docs"
>
<HStack spacing="4">
<LightbulbIcon color="gray.200" h="6" w="6" />
Expand All @@ -220,6 +225,7 @@ export const WelcomeArea = () => {
<Button
{...buttonStyleProps}
onClick={() => send('CLICK_START_CODING')}
className="plausible-event-name=viz+start-coding-using-legacy"
>
<HStack spacing="4">
<BoltIcon color="gray.200" h="6" w="6" />
Expand Down

0 comments on commit 96fa548

Please sign in to comment.