mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-25 02:47:46 +02:00
fix(ui): correct navbar users link
This commit is contained in:
@@ -258,7 +258,7 @@ function AdminDropdownGroup() {
|
|||||||
return (
|
return (
|
||||||
<DropdownMenuGroup>
|
<DropdownMenuGroup>
|
||||||
<DropdownMenuItem asChild>
|
<DropdownMenuItem asChild>
|
||||||
<a href={prependBasePath("/_/collections?collection=users")} target="_blank">
|
<a href={prependBasePath("/_/#/collections?collection=users")} target="_blank">
|
||||||
<UsersIcon className="me-2.5 h-4 w-4" />
|
<UsersIcon className="me-2.5 h-4 w-4" />
|
||||||
<span>
|
<span>
|
||||||
<Trans>Users</Trans>
|
<Trans>Users</Trans>
|
||||||
|
|||||||
Reference in New Issue
Block a user