From 41a9d11634089dffff1e268e1b43e406f4b8af78 Mon Sep 17 00:00:00 2001 From: CyberFlame Date: Mon, 6 Mar 2023 23:03:09 +1300 Subject: [PATCH] [minor] get rid of 'the' --- frontend/src/routes/(frontend)/about/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/(frontend)/about/index.tsx b/frontend/src/routes/(frontend)/about/index.tsx index b370b24..a6fda02 100644 --- a/frontend/src/routes/(frontend)/about/index.tsx +++ b/frontend/src/routes/(frontend)/about/index.tsx @@ -146,7 +146,7 @@ export const head: DocumentHead = ({ resolveValue, head }) => { return getDocumentHead( { title: `About - ${instance.title}`, - description: `About page for the ${instance.title}`, + description: `About page for ${instance.title}`, og: { type: 'website', image: instance.thumbnail,