Skip to content

Commit

Permalink
Update ColapseDoc for oprec FG 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
SyahrezaAdnanAlAzhar authored Aug 25, 2024
1 parent bdfb812 commit 96262f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,14 @@ const ColapseDoc = () => {
<Skeleton isLoaded={showSkelton}>
<Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
// 2021
// src="https://drive.google.com/file/d/1xZcqU14U9j361ngTp_mz9lG2qcc3Nkvg/preview"
// 2022
// src="https://drive.google.com/file/d/1AMhmJDJgAFgZ1dWjKkPsvJaX_-CNeiDJ/preview"
// 2023
// src="https://docs.google.com/document/d/1FeGvHJL9gBVFMpEj-f3jqRtGLSPw6jC7/preview"
// 2024
src = "https://docs.google.com/document/d/16hz1bPnxWkgzeyj_XS5ku1cOxpcDcsMP/preview"
width="100%"
height="100%"
onLoad={()=>setShowSkelton(true)}
Expand Down

0 comments on commit 96262f0

Please sign in to comment.