Skip to content
Snippets Groups Projects
jugS.tsx 461 B
import { createSidebar } from "../utils/createSidebar";

export function JudSidebar(){
    let sidebar = createSidebar(tabs); 
    return(
        <div className="col-2  d-none d-lg-block">
           {sidebar}
        </div>
    )
}


const tabs = [
    {tab: "Best Therapeutic Project"},
    {tab: "Best Integrated Human Practice"},
    {tab: "Safety & Security"},
    {tab: "Best New Basic Part"},
    {tab: "Conclusion"}, 
    {tab: "Judging Session"}
  ];