Skip to content

Commit

Permalink
Merge branch 'main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
riya09 committed Nov 3, 2024
2 parents 36c3ddc + cae36db commit 3e2fa82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function getDefaultSortForDabiType(
case 'time':
return sort;
default:
return 'votes';
return 'score';
}
}

Expand Down
2 changes: 1 addition & 1 deletion apps/jonogon-web-next/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function Home() {
</div>
</DropdownMenuTrigger>
<DropdownMenuContent align="end">
{/* <SortOption sort={'score'}>Popular</SortOption> */}
<SortOption sort={'score'}>Popular</SortOption>
<SortOption sort={'votes'}>বেশি Votes</SortOption>
<SortOption sort={'time'}>Latest</SortOption>
</DropdownMenuContent>
Expand Down

0 comments on commit 3e2fa82

Please sign in to comment.