Skip to content

Commit

Permalink
update hide ketentuan focus group
Browse files Browse the repository at this point in the history
  • Loading branch information
SyahrezaAdnanAlAzhar authored Sep 11, 2024
1 parent a191bbb commit c9cd438
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const ColapseDoc = () => {
<Heading>
Focus Group
</Heading>
<Skeleton isLoaded={showSkelton}>
{/* <Skeleton isLoaded={showSkelton}>
<Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
// 2021
Expand All @@ -122,19 +122,22 @@ const ColapseDoc = () => {
onLoad={()=>setShowSkelton(true)}
>Loading…</iframe>
</Box>
</Skeleton>
</Skeleton> */}
<Heading as="h2" fontSize={{ base: "xl", lg: "2xl" }} mb="2" mt="4">
Let's Join With Us
Daftar Lolos Seleksi Berkas Focus Group 2024
</Heading>
<Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<Heading as="h4" fontSize={{ base: "md", lg: "lg" }} mt="2">
Teman teman harap bergabung pada Microsoft Teams dengan kode berikut: 68tbr5v
</Heading>
{/* <Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
//src="https://forms.office.com/r/mcKwRMivwy"
// 2024
src="https://forms.office.com/r/gwL4hzhSeL"
width="100%"
height="100%"
>Loading…</iframe>
</Box>
</Box> */}
</Box>
</Collapse>
</Box>
Expand Down

0 comments on commit c9cd438

Please sign in to comment.