fix: correct uri for user creation page
This commit is contained in:
@ -33,7 +33,7 @@ const AdminUsersPage: FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="p-4 flex flex-row items-center justify-between">
|
<div className="p-4 flex flex-row items-center justify-between">
|
||||||
<p className="text-gray-800 dark:text-gray-300">Search...</p>
|
<p className="text-gray-800 dark:text-gray-300">Search...</p>
|
||||||
<Link to="/admin/api-services/create">
|
<Link to="/admin/users/create">
|
||||||
<Button className="flex flex-row items-center gap-2">
|
<Button className="flex flex-row items-center gap-2">
|
||||||
<UserPlus /> Add User
|
<UserPlus /> Add User
|
||||||
</Button>
|
</Button>
|
||||||
|
Reference in New Issue
Block a user