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

Commit

Permalink
Update links to go directly to Stately editor (thanks Farzad!)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakalbag committed Nov 3, 2023
1 parent 96fa548 commit 46e5047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CanvasView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const CanvasView: React.FC = () => {
<Text>
✨ Our{' '}
<Link
href="https://stately.ai?source=viz-banner"
href="https://stately.ai/editor?source=viz-banner"
target="_blank"
color="blue.50"
textDecoration="underline"
Expand Down
4 changes: 2 additions & 2 deletions src/WelcomeArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const WelcomeArea = () => {
<Text>
For the best experience,{' '}
<Link
href="https://stately.ai?source=viz"
href="https://stately.ai/editor?source=viz"
target="_blank"
color="blue.300"
className="plausible-event-name=viz+stately-editor-button"
Expand Down Expand Up @@ -174,7 +174,7 @@ export const WelcomeArea = () => {
<Button
{...buttonStyleProps}
as={Link}
href="https://stately.ai?source=viz"
href="https://stately.ai/editor?source=viz"
rel="noreferrer"
target="_blank"
bg="orange.600"
Expand Down

0 comments on commit 46e5047

Please sign in to comment.