API & UI Admin Menu Desa, Submenu Pengumuman

This commit is contained in:
2025-08-08 16:59:51 +08:00
parent a65529cb23
commit b3bf6b0327
21 changed files with 723 additions and 33 deletions

View File

@@ -60,7 +60,7 @@ function Page() {
<Text ta={"center"} fz={"h2"} fw={"bold"} c={"white"}>
{data?.filter(item => item.kategori?.nama.toLowerCase() === 'wisata' ).length || 0}
</Text>
<Text ta={"center"} fz={"sm"} c={"white"}>Destinasi Wisata</Text>
<Text ta={"center"} fz={"sm"} c={"white"}>Wisata</Text>
</Box>
</Flex>
</Paper>

View File

@@ -68,7 +68,7 @@ function Page() {
<Box px={{ base: "md", md: 100 }}>
<Text
pb={20}
ta={"center"}
ta={"justify"}
fw={"bold"}
dangerouslySetInnerHTML={{ __html: state.findUnique.data?.deskripsi || '' }}
/>