From de8538ccf5a712bfcb927477210ff04e8973ea61 Mon Sep 17 00:00:00 2001 From: Kathleen Susat <kathleen.susat@uni-bielefeld.de> Date: Mon, 30 Sep 2024 14:41:22 +0200 Subject: [PATCH] protocol collection --- src/contents/notebook.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contents/notebook.tsx b/src/contents/notebook.tsx index a271bdcf..bef473fa 100644 --- a/src/contents/notebook.tsx +++ b/src/contents/notebook.tsx @@ -41,7 +41,7 @@ export function Notebook() { </DownloadImageButton> </div> <div className="col"> - <DownloadImageButton url="" fileName=""> + <DownloadImageButton url="https://static.igem.wiki/teams/5241/pdfs/protocol-collection-igem-2024.pdf" fileName="protocol-collection-igem-2024.pdf"> <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-sop.webp" style={{height: "75%", width: "auto"}}/> </DownloadImageButton> </div> -- GitLab