Skip to content

Commit

Permalink
feat: added utm links
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat693 committed Dec 16, 2024
1 parent dcbc7e9 commit a54a3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function Layout({
<Text ml="1">
{" "}
If you are starting a new project, please try{" "}
<Link href="https://gluestack.io/ui/docs/home/getting-started/installation">
<Link href="https://gluestack.io/?utm_source=nativebase-docs&utm_medium=referral&utm_campaign=docs-header">
gluestack-ui
</Link>{" "}
for better performance and new design.
Expand Down
2 changes: 1 addition & 1 deletion src/components/GettingStartedHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function GettingStartedHero() {
_dark={{ color: "tipBackgroundColorDark" }}
>
If you are starting a new project, please try{" "}
<Link href="https://gluestack.io/ui/docs/home/getting-started/installation/?utm_source=nativebase&utm_medium=docs&utm_campaign=docs+homepage">
<Link href="https://gluestack.io/?utm_source=nativebase-docs&utm_medium=referral&utm_campaign=docs-banner">
gluestack-ui
</Link>{" "}
for better performance and new design.
Expand Down

0 comments on commit a54a3bc

Please sign in to comment.