Skip to content

Commit

Permalink
Reintroduction of "Hot" Menu Option
Browse files Browse the repository at this point in the history
Fix for bug steemit#3919 to reintroduce "Hot" Menu Option alongside "Trending", "New", etc.
  • Loading branch information
the-gorilla-steem committed Oct 1, 2024
1 parent 530f1d6 commit 6170a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/elements/SortOrder/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ const SortOrder = ({ topic, sortOrder, horizontal, pathname }) => {
{
label: tt('main_menu.trending'),
value: `/trending${tag}`,
} /*
},
{
label: tt('main_menu.hot'),
value: `/hot${tag}`,
},*/,
},
];

if (!topMenu) {
Expand Down

0 comments on commit 6170a6c

Please sign in to comment.