upd: donasi

Deskripsi:
- loading button tambah donasi
- loading button pada halaman crowd-main
- router path pada donasi-beranda

NO Issues
This commit is contained in:
amel
2024-12-12 15:53:44 +08:00
parent c2bb739b92
commit 180a10329e
4 changed files with 25 additions and 18 deletions

View File

@@ -74,11 +74,15 @@ export default function MainCrowd() {
</Grid.Col>
<Grid.Col span={2}>
<Stack h={"100%"} justify="center" align="center">
{loadingInv ? (
{/* PAKE LOADING */}
{/* {loadingInv ? (
<ComponentGlobal_Loader />
) : (
<IconChevronRight />
)}
)} */}
{/* GA PAKE LOADING */}
<IconChevronRight />
</Stack>
</Grid.Col>
</Grid>
@@ -114,11 +118,15 @@ export default function MainCrowd() {
</Grid.Col>
<Grid.Col span={2}>
<Stack h={"100%"} justify="center" align="center">
{loadingDon ? (
{/* PAKE LOADING */}
{/* {loadingDon ? (
<ComponentGlobal_Loader />
) : (
<IconChevronRight />
)}
)} */}
{/* GA PAKE LOADINGF */}
<IconChevronRight />
</Stack>
</Grid.Col>
</Grid>