Fix Admin Menu SDGs Desa & APBdes Desa, Fix UI IMage Layanan Landing Page & Layanan Desa

This commit is contained in:
2025-09-09 17:14:28 +08:00
parent 75475dc62e
commit a9d98895bb
19 changed files with 153 additions and 141 deletions

View File

@@ -91,7 +91,7 @@ function Lokal() {
</Text>
</Flex>
) : (
<SimpleGrid cols={{ base: 1, sm: 2, lg: 3 }} spacing="xl">
<SimpleGrid cols={{ base: 1, lg: 2 }} spacing="xl">
{filteredData.map(item => {
const handleDownload = (e: React.MouseEvent) => {
e.stopPropagation();
@@ -116,7 +116,7 @@ function Lokal() {
}}
>
<Stack h="100%" justify="space-between">
<Text fz="lg" fw={600} c={colors['blue-button']} lineClamp={2}>
<Text fz="lg" fw={600} c={colors['blue-button']}>
{item.name}
</Text>
{item?.file && (

View File

@@ -83,7 +83,7 @@ function Slider() {
const slides = data.map((item) => (
<Carousel.Slide key={item.id} >
<Paper h={"100%"} pos={"relative"} style={{
<Paper h={height} pos={"relative"} style={{
backgroundImage: `url(${item.image?.link})`,
backgroundSize: "cover",
backgroundPosition: "center",