Skip to content

Commit 10f8ae2

Browse files
authored
Merge pull request #998 from civictechindex/trending-topics-988
Remove topics that yield no search results (#988)
2 parents c2fbd04 + 36b8499 commit 10f8ae2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pages/Home/sections/TrendingTopicsSection.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,9 @@ const useStyles = makeStyles((theme) => ({
5151
}));
5252

5353
const topicData = [
54-
{ tag: 'voting', search: 'voting' },
5554
{ tag: 'election', search: 'election' },
5655
{ tag: 'food-pantry', search: 'food' },
57-
{ tag: 'voting', search: 'voting' },
58-
{ tag: 'ballot', search: 'ballot' },
5956
{ tag: 'budget', search: 'budget' },
60-
{ tag: 'employment', search: 'employment' },
6157
{ tag: '311', search: '311' },
6258
];
6359

0 commit comments

Comments
 (0)