This commit is contained in:
2025-07-01 20:57:32 +08:00
parent 4724b7473d
commit 1c5e4410c4
16 changed files with 360 additions and 174 deletions

View File

@@ -9,7 +9,7 @@ import BackButton from '../../desa/layanan/_com/BackButto';
function Page() {
const allList = useProxy(stateProfilePPID)
useShallowEffect(() => {
allList.profile.load("1") // Assuming "1" is your default ID, adjust as needed
allList.profile.load("edit") // Assuming "1" is your default ID, adjust as needed
}, [])
if (!allList.profile.data) return <Stack bg={colors.Bg} py={"xl"} gap={"22"}>
@@ -47,7 +47,7 @@ function Page() {
<Paper p={"xl"} bg={colors['white-trans-1']}>
<Box px={{ base: "md", md: 100 }}>
<Flex align={"center"} gap={50}>
<Image src={"/api/img/darmasaba-icon.png"} h={{ base: 80, md: 150 }} alt='' />
<Image src={"/darmasaba-icon.png"} h={{ base: 80, md: 150 }} alt='' />
<Text fz={{ base: "1.4rem", md: "2rem", lg: "2.5rem", xl: "3rem" }} fw={'bold'}>PROFIL PIMPINAN BADAN PUBLIK DESA DARMASABA </Text>
</Flex>
</Box>

View File

@@ -134,7 +134,7 @@ function LandingPage() {
p={"sm"}
>
<Image
src={"/assets/images/darmasaba-icon.png"}
src={"/darmasaba-icon.png"}
alt="icon"
sizes="100%"
/>
@@ -163,7 +163,7 @@ function LandingPage() {
bg={"white"}
>
<Image
src={"/api/img/pudak-icon.png"}
src={"/pudak-icon.png"}
alt="icon"
sizes={"100%"}
fit="contain"