Skip to content

Commit 2095771

Browse files
authored
Fix footer links (#42)
1 parent 618fafd commit 2095771

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

src/components/Footer.js

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ export default function Footer() {
7979
name: "SDMetrics",
8080
url: "https://docs.sdv.dev/sdmetrics/",
8181
},
82-
{
83-
name: "Pricing",
84-
url: "https://datacebo.com/pricing/",
85-
},
8682
].map((i, idx) => (
8783
<ListItem i={i} key={`product-${idx}`} />
8884
))}
@@ -122,8 +118,8 @@ export default function Footer() {
122118
<ul>
123119
{[
124120
{
125-
name: "Blog",
126-
url: "https://datacebo.com/blog/",
121+
name: "Plans",
122+
url: "https://datacebo.com/pricing/",
127123
},
128124
{
129125
name: "Newsroom",
@@ -160,6 +156,14 @@ export default function Footer() {
160156
name: "We're hiring",
161157
},
162158
},
159+
{
160+
name: "Engineering",
161+
url: "https://datacebo.com/engineering/",
162+
},
163+
{
164+
name: "Blog",
165+
url: "https://datacebo.com/blog/",
166+
},
163167
{
164168
name: "Support",
165169
url: "https://datacebo.com/support/",
1.14 MB
Loading

0 commit comments

Comments
 (0)