From c03e52a5cbc5fa357795ed387e5c3a088266d912 Mon Sep 17 00:00:00 2001 From: suvajit Date: Fri, 25 Oct 2024 21:49:43 +0530 Subject: [PATCH] fix: typo in the features section --- components/Landing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Landing.tsx b/components/Landing.tsx index a35367c..6d50e1d 100644 --- a/components/Landing.tsx +++ b/components/Landing.tsx @@ -51,7 +51,7 @@ export const FEATURES = [ icon: FiActivity, title: 'Clan Activity', description: - 'Most Active/Inactive Members Last Seen, Activity Score, Advanced Historical data and more.' + 'Most Active/Inactive Members, Last Seen, Activity Score, Advanced Historical data and more.' }, { icon: FaFileExcel,