From 628b3f5455c1c441f79a4c435b2352c0c07c96a8 Mon Sep 17 00:00:00 2001 From: Aditya Agarwal <132701661+adi790uu@users.noreply.github.com> Date: Sun, 7 Jan 2024 21:26:58 +0530 Subject: [PATCH] Removes Sidebar and ensuring correct behaviour of event and members in Navbar (#1394) * Fixed postion of 'All Organizations' button and changed its name * Changed 'Organizations' to 'My Organizations' and added translations * Removed sidebar and checked the functionality * Removed async --------- Co-authored-by: Aditya Agarwal --- src/screens/UserPortal/Home/Home.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/screens/UserPortal/Home/Home.tsx b/src/screens/UserPortal/Home/Home.tsx index 9c046ff9a6..61e9fec120 100644 --- a/src/screens/UserPortal/Home/Home.tsx +++ b/src/screens/UserPortal/Home/Home.tsx @@ -3,7 +3,6 @@ import type { ChangeEvent } from 'react'; import OrganizationNavbar from 'components/UserPortal/OrganizationNavbar/OrganizationNavbar'; import styles from './Home.module.css'; import UserSidebar from 'components/UserPortal/UserSidebar/UserSidebar'; -import OrganizationSidebar from 'components/UserPortal/OrganizationSidebar/OrganizationSidebar'; import ChevronRightIcon from '@mui/icons-material/ChevronRight'; import { Button, @@ -391,7 +390,6 @@ export default function home(): JSX.Element { )} -