Skip to content

Commit

Permalink
Merge pull request #92 from wethmiranasinghe/main
Browse files Browse the repository at this point in the history
Update Repository.jsx
  • Loading branch information
wethmiranasinghe authored Sep 15, 2024
2 parents 12aaa4c + 5c2a127 commit 2c9918d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 80 deletions.
68 changes: 0 additions & 68 deletions back-end/src/test/java/com/example/demo/FileServiceTest.java

This file was deleted.

16 changes: 4 additions & 12 deletions front-end/src/Pages/Repository.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,10 @@ function Repository() {
<div className={style["RepositoryTitle"]}>
<h3>Repository</h3>
</div>
<div className={style["ButtonContainer"]}>
{/* Left Button */}
<a href="https://link1.com">
<button className={style["RepoButton"]}>CYCLE Data</button>
<iframe src="https://drive.google.com/embeddedfolderview?id=1IF5E0G3l7Bk_pPz27VW6zSeQyCeXuoqJ#list" style={{border: "0", width:"98%", height:"200px", margin:"0% 0% 0% 3%",frameborder:"0", scrolling:"no"}}></iframe>
</a>

{/* Right Button */}
{/* <a href="https://link2.com">
<button className={style["RepoButton"]}>UOP Working Folder</button>
</a> */}
</div>
<div>
<iframe src="https://drive.google.com/embeddedfolderview?id=1IF5E0G3l7Bk_pPz27VW6zSeQyCeXuoqJ#list" style={{border: "0", width:"98%", height:"600px", margin:"0% 0% 0% 3%",frameborder:"0", scrolling:"no"}}></iframe>

</div>
</>
);
}
Expand Down

0 comments on commit 2c9918d

Please sign in to comment.