From 27644769a1c83ebd75cfe9698f9903b7aea2c99f Mon Sep 17 00:00:00 2001 From: acethecreator Date: Mon, 21 Nov 2022 14:28:40 +0100 Subject: [PATCH] fixed typo --- components/navigation/communityItems.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/navigation/communityItems.js b/components/navigation/communityItems.js index fe5544a6a13b..1d7bc8223e98 100644 --- a/components/navigation/communityItems.js +++ b/components/navigation/communityItems.js @@ -12,7 +12,7 @@ export default [ icon: IconOverview, title: 'Overview', href: '/community', - description: 'Connect, share, and learn', + description: 'Connect, share, and learn.', }, { icon: IconTools,