Skip to content

Commit 498bd02

Browse files
author
Predrag
authored
Adjust links within footer (#25)
1 parent caf261f commit 498bd02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/Footer.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ export default function Footer() {
7373
},
7474
{
7575
name: "SDV Enterprise",
76-
url: "/sdv-enterprise/",
76+
url: "https://datacebo.com/sdv-enterprise/",
7777
},
7878
{
7979
name: "SDMetrics",
8080
url: "https://docs.sdv.dev/sdmetrics/",
8181
},
8282
{
8383
name: "Pricing",
84-
url: "/pricing/",
84+
url: "https://datacebo.com/pricing/",
8585
},
8686
].map((i, idx) => (
8787
<ListItem i={i} key={`product-${idx}`} />
@@ -150,19 +150,19 @@ export default function Footer() {
150150
{[
151151
{
152152
name: "Our Team",
153-
url: "/team/",
153+
url: "https://datacebo.com/team/",
154154
},
155155

156156
{
157157
name: "Careers",
158-
url: "/careers/",
158+
url: "https://datacebo.com/careers/",
159159
tag: {
160160
name: "We're hiring",
161161
},
162162
},
163163
{
164164
name: "Support",
165-
url: "/support/",
165+
url: "https://datacebo.com/support/",
166166
},
167167
].map((i, idx) => (
168168
<ListItem i={i} key={`company-${idx}`} />

0 commit comments

Comments
 (0)