From a24d94f4b400aa46098e747bfcddc44d4dd7f0b0 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Mon, 19 Sep 2022 10:53:08 +0300 Subject: [PATCH] update: remove extra tournaments badges from list-project page --- .../TournamentsInput/TournamentsInput.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/features/Projects/pages/ListProjectPage/Components/TournamentsInput/TournamentsInput.tsx b/src/features/Projects/pages/ListProjectPage/Components/TournamentsInput/TournamentsInput.tsx index 50248f4..7ed5dbb 100644 --- a/src/features/Projects/pages/ListProjectPage/Components/TournamentsInput/TournamentsInput.tsx +++ b/src/features/Projects/pages/ListProjectPage/Components/TournamentsInput/TournamentsInput.tsx @@ -52,18 +52,6 @@ export default function TournamentsInput(props: Props) { const data = [ { id: 1, - title: 'ShockTheWeb3', - }, - { - id: 2, - title: 'Adopting Bitcoin 2022', - }, - { - id: 3, - title: 'TabConf', - }, - { - id: 4, - title: 'Blockstream', + title: 'Legends of Lightning', }, ]