diff --git a/components/landing-page/new-content.tsx b/components/landing-page/new-content.tsx index bbc0bbca..e60bfd52 100644 --- a/components/landing-page/new-content.tsx +++ b/components/landing-page/new-content.tsx @@ -75,7 +75,7 @@ const NewContent = (props: { group: string; type: string }) => { title: "", page: 0, size: 5, - sortBy: props.type == "popular" ? "clickCount" : "createdAt", + sortBy: props.type == "popular" ? "favorite" : "createdAt", contentTypeId: selectedTab == "image" ? "1"