Fix typo build error in unfurler

This commit is contained in:
wiz 2024-03-11 15:55:32 +09:00
parent b50d747440
commit c5d382c351
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -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',
}, },