## Context A gap was introduced when we refactored the menu rendering as Logout menu item was handled differently in its own NavigationDrawer section which added the gap. To fix that we are moving the Logout to the menu rendering logic in useSettingsNavigationItems hook, allowing items to have onClick prop instead of a path. Before <img width="213" alt="Screenshot 2025-03-04 at 14 36 55" src="https://github.com/user-attachments/assets/23b63673-a9c4-47de-af71-7dda74469e9f" /> After <img width="225" alt="Screenshot 2025-03-04 at 14 36 38" src="https://github.com/user-attachments/assets/053c0c0d-8876-40b6-ae2c-b68124393f7f" />
Run yarn dev while server running on port 3000