diff --git a/components/landing-page/new-content.tsx b/components/landing-page/new-content.tsx index cd71fc7f..3bbc213a 100644 --- a/components/landing-page/new-content.tsx +++ b/components/landing-page/new-content.tsx @@ -155,7 +155,7 @@ const NewContent = (props: { group: string; type: string }) => { {[ { label: t("image", { defaultValue: "Image" }), value: "image" }, { label: t("video", { defaultValue: "Video" }), value: "video" }, - { label: t("text", { defaultValue: "Text" }), value: "text" }, + { label: t("text", { defaultValue: "Text" }), value: "document" }, { label: t("audio", { defaultValue: "Audio" }), value: "audio" }, ].map((tab) => ( { )} - {/*
-
router.push(prefixPath + `/${selectedTab}/filter?sortBy=${props.type}`)} className="cursor-pointer border text-[#bb3523] rounded-lg text-sm lg:text-md px-4 py-1 border-[#bb3523]"> +
+
router.push(prefixPath + `/${selectedTab}/filter?sortBy=${props.type}`)} className="cursor-pointer border text-[#bb3523] rounded-lg text-sm lg:text-md px-4 py-1 border-[#bb3523] hover:text-white hover:bg-[#bb3523]"> {t("seeAll", { defaultValue: "See All" })}
-
*/} +
);