Seed data menu ekonomi - lingkungan

fix iconmap
This commit is contained in:
2026-01-21 12:07:52 +08:00
parent 17b20e0d40
commit 78c55a8a71
60 changed files with 1854 additions and 316 deletions

View File

@@ -179,7 +179,6 @@ export default function Page() {
))}
</SimpleGrid>
{totalPages > 1 && (
<Center>
<Pagination
value={page}
@@ -191,7 +190,6 @@ export default function Page() {
mt="md"
/>
</Center>
)}
<Stack gap="sm">
<Flex align="center" gap="xs">

View File

@@ -225,7 +225,6 @@ export default function Page() {
))}
</SimpleGrid>
{totalPages > 1 && (
<Center>
<Pagination
value={page}
@@ -242,7 +241,6 @@ export default function Page() {
}}
/>
</Center>
)}
</Box>
<Box px={{ base: "md", md: 100 }} py="xl">

View File

@@ -127,7 +127,6 @@ function Page() {
)}
</Box>
{totalPages > 1 && (
<Center>
<Pagination
value={page}
@@ -138,7 +137,6 @@ function Page() {
mt="lg"
/>
</Center>
)}
</Stack>
);
}