From 0819c3918fe4e1827a1dd8a0070c82f7bd0c6ee4 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Mon, 1 Aug 2022 09:03:46 -0600 Subject: [PATCH] Most popular=> Trending --- web/components/contract-search.tsx | 2 +- web/pages/contract-search-firestore.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/contract-search.tsx b/web/components/contract-search.tsx index 4581e1d8..6438a3aa 100644 --- a/web/components/contract-search.tsx +++ b/web/components/contract-search.tsx @@ -32,7 +32,7 @@ const searchIndexName = ENV === 'DEV' ? 'dev-contracts' : 'contractsIndex' const sortOptions = [ { label: 'Newest', value: 'newest' }, - { label: 'Most popular', value: 'score' }, + { label: 'Trending', value: 'score' }, { label: 'Most traded', value: 'most-traded' }, { label: '24h volume', value: '24-hour-vol' }, { label: 'Last updated', value: 'last-updated' }, diff --git a/web/pages/contract-search-firestore.tsx b/web/pages/contract-search-firestore.tsx index 2d45e831..ea42b38a 100644 --- a/web/pages/contract-search-firestore.tsx +++ b/web/pages/contract-search-firestore.tsx @@ -102,7 +102,7 @@ export default function ContractSearchFirestore(props: { > - +