Skip to content

Commit a54a3bc

Browse files
committed
feat: added utm links
1 parent dcbc7e9 commit a54a3bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ function Layout({
380380
<Text ml="1">
381381
{" "}
382382
If you are starting a new project, please try{" "}
383-
<Link href="https://gluestack.io/ui/docs/home/getting-started/installation">
383+
<Link href="https://gluestack.io/?utm_source=nativebase-docs&utm_medium=referral&utm_campaign=docs-header">
384384
gluestack-ui
385385
</Link>{" "}
386386
for better performance and new design.

src/components/GettingStartedHero.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function GettingStartedHero() {
6565
_dark={{ color: "tipBackgroundColorDark" }}
6666
>
6767
If you are starting a new project, please try{" "}
68-
<Link href="https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase&utm_medium=docs&utm_campaign=docs+homepage">
68+
<Link href="https://gluestack.io/?utm_source=nativebase-docs&utm_medium=referral&utm_campaign=docs-banner">
6969
gluestack-ui
7070
</Link>{" "}
7171
for better performance and new design.

0 commit comments

Comments
 (0)