Skip to content

Commit 0ee978c

Browse files
committedJan 23, 2025··
update todiagram links
1 parent 9bd914c commit 0ee978c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed
 

‎src/features/modals/UpgradeModal/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const UpgradeModal = ({ opened, onClose }: ModalProps) => {
108108
Maybe later
109109
</Button>
110110
<Link
111-
href="https://todiagram.com/?utm_source=app&utm_medium=upgrade_modal"
111+
href="https://todiagram.com/?utm_source=jsoncrack&utm_medium=upgrade_modal"
112112
rel="noopener"
113113
target="_blank"
114114
>

‎src/layout/Landing/HeroSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const HeroSection = () => {
106106
<StyledHeroSection>
107107
<StyledHeroSectionBody>
108108
<Stack flex="1" miw={250} mx="auto" align="center">
109-
<Link href="https://todiagram.com?ref=jsoncrack.com" rel="noopener">
109+
<Link href="https://todiagram.com?utm_source=jsoncrack&utm_medium=hero" rel="noopener">
110110
<Flex justify="center" fz="sm" c="gray.8" gap="8" align="center">
111111
built by
112112
<Image

‎src/layout/Landing/LovedBy.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const LovedBy = ({ stars }: LovedByProps) => {
8686
</Button>
8787
<Button
8888
component="a"
89-
href="https://todiagram.com"
89+
href="https://todiagram.com?utm_source=jsoncrack&utm_medium=loved_by"
9090
color="#fe5e49"
9191
leftSection={
9292
<Image

‎src/layout/PageLayout/Footer.tsx

+6-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ export const Footer = () => {
3939
>
4040
Open Source
4141
</Anchor>
42-
<Anchor href="https://todiagram.com" fz="sm" c="gray.5" rel="noopener">
42+
<Anchor
43+
href="https://todiagram.com?utm_source=jsoncrack&utm_medium=footer"
44+
fz="sm"
45+
c="gray.5"
46+
rel="noopener"
47+
>
4348
ToDiagram
4449
</Anchor>
4550
</Stack>

‎src/layout/PageLayout/Navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const Navbar = () => {
144144
<Right>
145145
<Button
146146
component="a"
147-
href="https://todiagram.com"
147+
href="https://todiagram.com?utm_source=jsoncrack&utm_medium=navbar"
148148
variant="subtle"
149149
color="black"
150150
size="md"

0 commit comments

Comments
 (0)
Please sign in to comment.