mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-20 07:18:05 -04:00
fix(settings): wrong link for users page
This commit is contained in:
@@ -183,7 +183,7 @@ const SwitchMediaServerSection = () => {
|
||||
),
|
||||
users: (
|
||||
<Link
|
||||
href="/settings/users"
|
||||
href="/users"
|
||||
className="font-medium text-indigo-400 hover:text-indigo-300 hover:underline"
|
||||
>
|
||||
{intl.formatMessage(messages.checkUsersLink)}
|
||||
|
||||
Reference in New Issue
Block a user