From 6cbd29bfe5d916a84b26868517a9a8e2b416ff89 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sun, 8 Jun 2025 21:36:16 +0700 Subject: [PATCH] feat: fixing home UI --- components/landing-page/event-calender.tsx | 2 +- components/landing-page/new-content.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/landing-page/event-calender.tsx b/components/landing-page/event-calender.tsx index 419fffa0..cc194daf 100644 --- a/components/landing-page/event-calender.tsx +++ b/components/landing-page/event-calender.tsx @@ -187,7 +187,7 @@ const EventCalender = () => { {/* Event List */} -
+

Daftar Acara

diff --git a/components/landing-page/new-content.tsx b/components/landing-page/new-content.tsx index e4f782ce..b9658e9d 100644 --- a/components/landing-page/new-content.tsx +++ b/components/landing-page/new-content.tsx @@ -113,10 +113,10 @@ const NewContent = (props: { group: string; type: string }) => { {[ - { label: "Audio Visual", value: "video" }, - { label: "Audio", value: "audio" }, { label: "Foto", value: "image" }, + { label: "Audio Visual", value: "video" }, { label: "Teks", value: "text" }, + { label: "Audio", value: "audio" }, ].map((tab) => (