diff --git a/components/landing-page/new-content.tsx b/components/landing-page/new-content.tsx index 5cd40467..9f930d9d 100644 --- a/components/landing-page/new-content.tsx +++ b/components/landing-page/new-content.tsx @@ -77,7 +77,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"