Skip to content

Commit

Permalink
fix: add ref to outbound link
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpyon committed Dec 10, 2024
1 parent 294d43f commit 42e8e23
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ export function StartInCreateDevInfoButton(props: {studioApp?: CompatibleStudioA

<Text size={1} weight="medium">
For more details, please refer to{' '}
<a href="https://snty.link/create-config-guide" target="_blank" rel="noreferrer">
<a
href="https://snty.link/create-config-guide?ref=studio"
target="_blank"
rel="noreferrer"
>
our configuration guide
</a>
.
Expand Down

0 comments on commit 42e8e23

Please sign in to comment.