diff --git a/frontend/src/components/LeftSideBar.jsx b/frontend/src/components/LeftSideBar.jsx
index 395f58f8..27ecf529 100644
--- a/frontend/src/components/LeftSideBar.jsx
+++ b/frontend/src/components/LeftSideBar.jsx
@@ -562,7 +562,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
"& .MuiPaper-root": {
backgroundColor: theme.palette.backgroundColor,
color: theme.palette.text.primary,
- borderRadius: 1,
+ borderRadius: theme.palette.borderRadius/3,
},
"& .MuiList-root": {
backgroundColor: theme.palette.backgroundColor,
@@ -602,6 +602,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
aria-label="theme"
style={{display: 'flex', justifyContent: "center", marginBottom: 10, }}
>
+
@@ -622,7 +623,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
}}
style={{fontSize: 18}}
>
- Organization
+ Org Admin
@@ -632,11 +633,13 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
}}
style={{fontSize: 18}}
>
- Account
+ User Account
+
+ {/*