fix: home

Deskripsi:
- mengganti kegiatan terbaru menjadi kegiatan terupdate

No Issuese
This commit is contained in:
amel
2024-11-07 14:52:17 +08:00
parent 8ef750fbd3
commit 5aec05bf06

View File

@@ -46,7 +46,7 @@ export default function ListProjects() {
return ( return (
<> <>
<Box pt={10}> <Box pt={10}>
<Text c={tema.get().utama} mb={10} fw={'bold'} fz={16}>Kegiatan Terbaru</Text> <Text c={tema.get().utama} mb={10} fw={'bold'} fz={16}>Kegiatan Terupdate</Text>
{loading ? {loading ?
<Box pb={20}> <Box pb={20}>
<Skeleton width={"100%"} height={200} radius={"md"} /> <Skeleton width={"100%"} height={200} radius={"md"} />