fix event button and list peserta
This commit is contained in:
@@ -30,7 +30,7 @@ export function Event_ComponentSkeletonDetail() {
|
||||
<CustomSkeleton h={20} w={"100%"} />
|
||||
<CustomSkeleton h={20} w={"100%"} />
|
||||
</Stack>
|
||||
<SimpleGrid
|
||||
{/* <SimpleGrid
|
||||
cols={2}
|
||||
breakpoints={[
|
||||
{ maxWidth: "48rem", cols: 2, spacing: "sm" },
|
||||
@@ -39,7 +39,7 @@ export function Event_ComponentSkeletonDetail() {
|
||||
>
|
||||
<CustomSkeleton h={100} w={"100%"} />
|
||||
<CustomSkeleton h={100} w={"100%"} />
|
||||
</SimpleGrid>
|
||||
</SimpleGrid> */}
|
||||
</Stack>
|
||||
</ComponentGlobal_CardStyles>
|
||||
</>
|
||||
|
||||
@@ -24,10 +24,10 @@ export function Event_ComponentSkeletonDetailData() {
|
||||
</Grid>
|
||||
))}
|
||||
|
||||
<Stack spacing={"xs"}>
|
||||
{/* <Stack spacing={"xs"}>
|
||||
<Skeleton radius={"xl"} h={20} w={200} />
|
||||
<Skeleton radius={"xl"} h={20} />
|
||||
</Stack>
|
||||
</Stack> */}
|
||||
</Stack>
|
||||
</ComponentGlobal_CardStyles>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user