File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff 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/" ,
You can’t perform that action at this time.
0 commit comments