Browse Source

add invite

visuddhinanda 2 years ago
parent
commit
010fb5225f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dashboard/src/components/admin/LeftSider.tsx

+ 4 - 0
dashboard/src/components/admin/LeftSider.tsx

@@ -47,6 +47,10 @@ const LeftSiderWidget = ({ selectedKeys = "" }: IWidgetHeadBar) => {
           label: <Link to="/admin/users/list">users</Link>,
           key: "users",
         },
+        {
+          label: <Link to="/admin/invite/list">invite</Link>,
+          key: "invite",
+        },
       ],
     },
     {