Skip to content
Snippets Groups Projects
Commit b0b19c71 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

HP sidebar

parent 716ed140
No related branches found
No related tags found
No related merge requests found
Pipeline #430121 failed
import { createSidebar } from "../utils/createSidebar";
export function HpSidebar(){
let sidebar = createSidebar(tabs);
return(
<div className="col-2 d-none d-lg-block">
{sidebar}
</div>
)
}
const tabs = [
{ tab: "Abstract" },
{ tab: "Cystic Fibrosis", subtabs: ["Overview", "The CFTR Protein", "ΔF508", "Symptoms", "Diagnosis", "Treatment"]},
{tab: "Our Motivation"},
{tab: "Approach"},
{tab: "Delivery"},
{tab: "Our Vision"},
{tab: "References"}
];
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment