From e5769cf9771473c93ed7f6ee9dcb64e8281e12fa Mon Sep 17 00:00:00 2001 From: teodorus-nathaniel Date: Fri, 12 Jan 2024 21:35:03 +0700 Subject: [PATCH] chore: update wording --- src/components/main/HomePageFilters.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/HomePageFilters.tsx b/src/components/main/HomePageFilters.tsx index 1f1f4a2c8..b53a87b47 100644 --- a/src/components/main/HomePageFilters.tsx +++ b/src/components/main/HomePageFilters.tsx @@ -29,7 +29,7 @@ const commonFilterOption = [{ label: 'Latest', value: 'latest' }] // : [] export const postFilterOpt = [ - { label: 'Active Staking', value: 'suggested' }, + { label: 'Featured Posts', value: 'suggested' }, { label: 'All Posts', value: 'latest' }, // removed most liked and commented // ...offchainPostFilterOpt,