diff --git a/src/components/SideMenu.tsx b/src/components/SideMenu.tsx index 4e64b7e..900d5ad 100644 --- a/src/components/SideMenu.tsx +++ b/src/components/SideMenu.tsx @@ -133,30 +133,6 @@ export function SideMenu({ isOpen, onClose, user, userName }: SideMenuProps) { onClick={() => handleNavigate('/smoking-aids')} color="purple" /> - { - // Link to Dashboard Health Section - onClose(); - const el = document.getElementById('journey-section'); - if (el) el.scrollIntoView({ behavior: 'smooth', block: 'start' }); - else alert("View your Health Status on the Dashboard Journey section!"); - }} - color="blue" - /> - { - onClose(); - // Link to Calendar section - const el = document.getElementById('calendar-section'); - if (el) el.scrollIntoView({ behavior: 'smooth', block: 'start' }); - else alert("View your History on the Dashboard Calendar!"); - }} - color="amber" - /> {/* Footer Actions */} @@ -164,14 +140,6 @@ export function SideMenu({ isOpen, onClose, user, userName }: SideMenuProps) { "p-4 border-t", theme === 'light' ? "border-slate-100" : "border-white/5" )}> - { - onClose(); - alert("Please use the Notification Bell in the header for settings."); - }} - />