Skip to content

Commit

Permalink
update table lolos berkas sg 2024
Browse files Browse the repository at this point in the history
SyahrezaAdnanAlAzhar authored Sep 2, 2024
1 parent eeedf5d commit 9676e80
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
@@ -62,14 +62,20 @@ const ColapseDoc = () => {
</Box>
</Skeleton>
<Heading as="h2" fontSize={{ base: "xl", lg: "2xl" }} mb="2" mt="4">
Let's Join With Us
Daftar Lolos Seleksi Berkas Study Group 2024
</Heading>
<Skeleton isLoaded={showSkelton}>
<Box mt={8} overflowX="auto">
<Heading as="h3" size="lg" mb={4}>Daftar Nomor Induk Mahasiswa (NIM)</Heading>

<SimpleGrid columns={{ base: 2, lg: 5 }} spacing={4}>
{dataNIM.map((nim, index) => (
<Box key={index} p={4} borderWidth={1} borderRadius="md">
<Box
key={index}
p={4}
borderWidth={1}
borderRadius="md"
bg={index % 2 === 0 ? "#EAB533" : "white"}
>
{nim}
</Box>
))}

0 comments on commit 9676e80

Please sign in to comment.