diff --git a/src/contents/notebook.tsx b/src/contents/notebook.tsx index 50d90edefb8fccbf02f7c75d0af2699b4264c0fe..cd065a926fb6923dd263db1db52eb1abe5fce08f 100644 --- a/src/contents/notebook.tsx +++ b/src/contents/notebook.tsx @@ -6,42 +6,40 @@ export function Notebook() { useTabNavigation(); return ( <div> - <H2 text="Lab journals"/> + <H2 text="Lab journals and Protocol collection"/> <div className='row'> <div className="col"> <figure> - <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-1-proof-of-concept-pe.webp" alt="Text test"/> - <figcaption><b>Figure 1.</b> Text test</figcaption> + <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-1-proof-of-concept-pe.webp"/> </figure> </div> <div className="col"> <figure> - <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-2-engineering-pe.webp" alt="Text2"/> - <figcaption><b>Figure 2.</b> Text2</figcaption> + <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-2-engineering-pe.webp"/> </figure> </div> </div> <div className='row'> <div className="col"> <figure> - <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-3-primary-cell-culture.webp" alt="Text test"/> - <figcaption><b>Figure 1.</b> Text test</figcaption> + <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-3-primary-cell-culture.webp"/> </figure> </div> <div className="col"> <figure> - <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-4-lnp.webp" alt="Text2"/> - <figcaption><b>Figure 2.</b> Text2</figcaption> + <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-4-lnp.webp"/> </figure> </div> </div> <div className='row'> <div className="col"> <figure> - <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-5-downstream.webp" alt="Text test"/> - <figcaption><b>Figure 1.</b> Text test</figcaption> + <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-5-downstream.webp"/> </figure> </div> + <div className="col"> + <img src="https://static.igem.wiki/teams/5247/lab-journals/titelseite-lab-book-sop.webp"/> + </div> </div> </div>