Skip to content

Commit

Permalink
remove first table lolos berkas sg 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
SyahrezaAdnanAlAzhar authored Sep 2, 2024
1 parent 4495baf commit 3380c3c
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Box, Button, Heading, Image, Text, Collapse, Stack, Skeleton, Table, Thead, Tbody, Tr, Th, Td } from "@chakra-ui/react";
import { Box, Button, Heading, Image, Text, Collapse, Stack, Skeleton, Table, Thead, Tbody, Tr, Th, Td, SimpleGrid } from "@chakra-ui/react";
// import { motion } from "framer-motion";

const ColapseDoc = () => {
Expand Down Expand Up @@ -64,23 +64,7 @@ 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>
<Table variant="striped" colorScheme="teal">
<Thead>
<Tr>
<Th>NIM</Th>
</Tr>
</Thead>
<Tbody>
{dataNIM.map((nim, index) => (
<Tr key={index}>
<Td>{nim}</Td>
</Tr>
))}
</Tbody>
</Table>
</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 3380c3c

Please sign in to comment.