File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ export const AdminToolsTab = () => {
9898 Update Permissions for Existing User
9999 </ Link >
100100 < br />
101+ < Link href = "/admin/add-user" > Invite new user</ Link >
102+ < br />
101103 </ div >
102104 < br />
103105
Original file line number Diff line number Diff line change 11import React from "react"
22import { UserRole } from "src/auth"
3+ import { Link } from "src/components"
34import { AuthGuard } from "src/components/auth-guard"
45import { ListHeader } from "src/components/user-management/list-header"
56import { UserList } from "src/components/user-management/user-list"
@@ -16,7 +17,9 @@ const ManageUsersPage = () => {
1617 < header className = { fullWidth } >
1718 < h1 > User Management</ h1 >
1819 </ header >
19- < button className = { css . addButton } > + Add User</ button >
20+ < Link href = "/admin/add-user" >
21+ < button className = { css . addButton } > + Add User</ button >
22+ </ Link >
2023 </ div >
2124 < ListHeader > Current Users</ ListHeader >
2225
You can’t perform that action at this time.
0 commit comments