From 408d5bbcff152db81ecac81d3cdeff97af57fc2c Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de> Date: Mon, 2 Dec 2024 16:33:47 +0100 Subject: [PATCH] Lab book 2 hochladen --- 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 dc5705de..94f51b46 100644 --- a/src/contents/notebook.tsx +++ b/src/contents/notebook.tsx @@ -22,7 +22,7 @@ export function Notebook() { </div> <div className="col"> - <DownloadImageButton url="" fileName=""> + <DownloadImageButton url="https://static.igem.wiki/teams/5247/pdfs/laboratory-notebook-2-engineering-our-prime-editing-tool-primeguide.pdf" fileName="laboratory-notebook-2-engineering-our-prime-editing-tool-primeguide.pdf"> <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-2-engineering-pe.webp" style={{height: "75%", width: "auto"}}/> </DownloadImageButton> </div> -- GitLab