mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-25 10:57:47 +02:00
fix(ui): correct navbar users link
This commit is contained in:
@@ -258,7 +258,7 @@ function AdminDropdownGroup() {
|
||||
return (
|
||||
<DropdownMenuGroup>
|
||||
<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" />
|
||||
<span>
|
||||
<Trans>Users</Trans>
|
||||
|
||||
Reference in New Issue
Block a user