Skip to content

Commit

Permalink
fix: weekly trending topic (#1840)
Browse files Browse the repository at this point in the history
Update TrendingTab.tsx
  • Loading branch information
RiXelanya authored Jun 1, 2023
1 parent d850884 commit 5652cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RightMenuBar/tabs/TrendingTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const TrendingTab: React.FC = () => {
return (
<div className={styles.root} id="worldwide">
<div className={styles.content}>
<Typography variant="h4">Top Daily Hashtag</Typography>
<Typography variant="h4">Top Weekly Hashtag</Typography>
<TrendingListContainer />
</div>
</div>
Expand Down

0 comments on commit 5652cf0

Please # to comment.