From a6061ccc5ca548ad76a13eb7d9f6d699e07151b6 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de> Date: Tue, 3 Dec 2024 16:06:31 +0100 Subject: [PATCH] sidebar results --- src/sidebars/resS.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sidebars/resS.tsx b/src/sidebars/resS.tsx index 17379f6..310f5bd 100644 --- a/src/sidebars/resS.tsx +++ b/src/sidebars/resS.tsx @@ -14,6 +14,6 @@ export function ResultSidebar(){ const tabs = [ { tab: "Abstract"}, - {tab: "Experimental Design", subtabs: ["Proof of Concept", "PrimeGuide", "LNP Synthesis", "Primary Cell Culture", "Downstream Applications"]}, + {tab: "Experimental Design", subtabs: ["Proof of Concept", "PrimeGuide", "LNP Synthesis", "Primary Cell Culture", "Downstream Applications", "PreCyse Results"]}, {tab: "Supplementary Material"} ]; \ No newline at end of file -- GitLab