From c5d382c3513b49445d28d13b9a6dfddc322695f9 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 11 Mar 2024 15:55:32 +0900 Subject: [PATCH] Fix typo build error in unfurler --- unfurler/src/routes.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unfurler/src/routes.ts b/unfurler/src/routes.ts index dc6cbcb40..326b234ad 100644 --- a/unfurler/src/routes.ts +++ b/unfurler/src/routes.ts @@ -106,7 +106,7 @@ const routes = { } } }, - privacy-policy: { + "privacy-policy": { title: "Privacy Policy", fallbackImg: '/resources/previews/privacy-policy.jpg', }, @@ -114,11 +114,11 @@ const routes = { title: "RBF", fallbackImg: '/resources/previews/rbf.jpg', }, - terms-of-service: { + "terms-of-service": { title: "Terms of Service", fallbackImg: '/resources/previews/terms-of-service.jpg', }, - trademark-policy: { + "trademark-policy": { title: "Trademark Policy", fallbackImg: '/resources/previews/trademark-policy.jpg', },