diff --git a/components/landing-page/new-content.tsx b/components/landing-page/new-content.tsx index 9f930d9d..894202e0 100644 --- a/components/landing-page/new-content.tsx +++ b/components/landing-page/new-content.tsx @@ -83,7 +83,7 @@ const NewContent = (props: { group: string; type: string }) => { ? "1" : selectedTab == "video" ? "2" - : selectedTab == "text" + : selectedTab == "document" ? "3" : selectedTab == "audio" ? "4"