From 2265bd566e790dcc529b45ccfba2f7a78f46364b Mon Sep 17 00:00:00 2001 From: amel Date: Tue, 15 Apr 2025 17:13:38 +0800 Subject: [PATCH] upd: notifikasi pengumuman Deskripsi: - responsive button pada notifikasi pengumuman No Issuesf --- .../components/notification_custome_center.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/module/_global/components/notification_custome_center.tsx b/src/module/_global/components/notification_custome_center.tsx index f40a956..cab0f68 100644 --- a/src/module/_global/components/notification_custome_center.tsx +++ b/src/module/_global/components/notification_custome_center.tsx @@ -7,7 +7,7 @@ import { IoCloseOutline } from 'react-icons/io5'; import { TEMA } from '../bin/val_global'; export default function NotificationCustomeCenter({ title, desc, onClick }: { title: string, desc: string, onClick: (val: string) => void, }) { - const [opened, setOpened] = useState(false); + const [opened, setOpened] = useState(false) const tema = useHookstate(TEMA) useShallowEffect(() => { @@ -72,7 +72,15 @@ export default function NotificationCustomeCenter({ title, desc, onClick }: { ti /> PENGUMUMAN {desc} - + + {/* { + isMobile + ? <> + : + <> */} + {/* + } */}