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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user