}>
{children}
diff --git a/src/components/Global/Sidebar.jsx b/src/components/Global/Sidebar.jsx
index e8edae8..6dd9b46 100644
--- a/src/components/Global/Sidebar.jsx
+++ b/src/components/Global/Sidebar.jsx
@@ -7,16 +7,18 @@ import { HelpCircle, Info, Phone, Book, Rocket, TrendingUp } from 'lucide-react'
const Sidebar = () => {
const menuItems = [
- { href: "/RulesAndRegulations", label: "Rules and Regulations", icon:
},
- { href: "/participationterms", label: "Participation Terms", icon:
},
- { href: "/HelpCenter", label: "Help Center", icon:
},
+ { href: "/sandbox", label: "Sanbox", icon:
},
+ { href: "/moonshots", label: "Moonshots", icon:
},
+ { href: "/storytime", label: "Story Line", icon:
},
{ href: "/Contact", label: "Contact Us", icon:
},
{ href: "/innovate", label: "Innovate", icon:
},
{ href: "/growth", label: "Growth", icon:
},
];
return (
-