Skip to content

Commit

Permalink
add table lolos berkas sg 2024 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SyahrezaAdnanAlAzhar authored Sep 2, 2024
1 parent 3380c3c commit dd24247
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,16 @@ const ColapseDoc = () => {
<Heading as="h2" fontSize={{ base: "xl", lg: "2xl" }} mb="2" mt="4">
Let's Join With Us
</Heading>

<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">
{nim}
</Box>
))}
</SimpleGrid>
</Box>
{/* <Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
// src="https://forms.office.com/r/Nc8d1ftUw9"
Expand Down

0 comments on commit dd24247

Please sign in to comment.