File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 } ` } />
You can’t perform that action at this time.
0 commit comments