From 24d1dcd4cb0cc47764f78ce2073a836edf1a00cb Mon Sep 17 00:00:00 2001 From: Max Luca Beckmann <mbeckmann@techfak.de> Date: Sun, 29 Sep 2024 13:03:55 +0200 Subject: [PATCH] lab book 5 --- 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 5ed64e29..a272bc16 100644 --- a/src/contents/notebook.tsx +++ b/src/contents/notebook.tsx @@ -36,7 +36,7 @@ export function Notebook() { </div> <div className='row'> <div className="col"> - <DownloadImageButton url="" fileName=""> + <DownloadImageButton url="https://static.igem.wiki/teams/5247/pdfs/lab-book-5-downstream-experiments.pdf" fileName="lab-book-5-downstream.webp"> <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-5-downstream.webp" style={{height: "75%", width: "auto"}}/> </DownloadImageButton> </div> -- GitLab