We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2fbd04 + 36b8499 commit 10f8ae2Copy full SHA for 10f8ae2
src/pages/Home/sections/TrendingTopicsSection.js
@@ -51,13 +51,9 @@ const useStyles = makeStyles((theme) => ({
51
}));
52
53
const topicData = [
54
- { tag: 'voting', search: 'voting' },
55
{ tag: 'election', search: 'election' },
56
{ tag: 'food-pantry', search: 'food' },
57
58
- { tag: 'ballot', search: 'ballot' },
59
{ tag: 'budget', search: 'budget' },
60
- { tag: 'employment', search: 'employment' },
61
{ tag: '311', search: '311' },
62
];
63
0 commit comments