Fix typo build error in unfurler
This commit is contained in:
parent
b50d747440
commit
c5d382c351
@ -106,7 +106,7 @@ const routes = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
privacy-policy: {
|
"privacy-policy": {
|
||||||
title: "Privacy Policy",
|
title: "Privacy Policy",
|
||||||
fallbackImg: '/resources/previews/privacy-policy.jpg',
|
fallbackImg: '/resources/previews/privacy-policy.jpg',
|
||||||
},
|
},
|
||||||
@ -114,11 +114,11 @@ const routes = {
|
|||||||
title: "RBF",
|
title: "RBF",
|
||||||
fallbackImg: '/resources/previews/rbf.jpg',
|
fallbackImg: '/resources/previews/rbf.jpg',
|
||||||
},
|
},
|
||||||
terms-of-service: {
|
"terms-of-service": {
|
||||||
title: "Terms of Service",
|
title: "Terms of Service",
|
||||||
fallbackImg: '/resources/previews/terms-of-service.jpg',
|
fallbackImg: '/resources/previews/terms-of-service.jpg',
|
||||||
},
|
},
|
||||||
trademark-policy: {
|
"trademark-policy": {
|
||||||
title: "Trademark Policy",
|
title: "Trademark Policy",
|
||||||
fallbackImg: '/resources/previews/trademark-policy.jpg',
|
fallbackImg: '/resources/previews/trademark-policy.jpg',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user