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

@@ -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",