From 64f19c3bddcb3a25aabe7e2adeb16b664b51087d Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 21 Nov 2024 17:05:04 -0500 Subject: [PATCH] Add branding help link --- src/apps/dashboard/constants/helpLinks.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/dashboard/constants/helpLinks.ts b/src/apps/dashboard/constants/helpLinks.ts index 450d8c5ff2..69d55e0bdb 100644 --- a/src/apps/dashboard/constants/helpLinks.ts +++ b/src/apps/dashboard/constants/helpLinks.ts @@ -31,7 +31,10 @@ export const HelpLinks = [ paths: ['/dashboard/plugins/repositories'], url: 'https://jellyfin.org/docs/general/server/plugins/#repositories' }, { - paths: ['/dashboard/settings'], + paths: [ + '/dashboard/branding', + '/dashboard/settings' + ], url: 'https://jellyfin.org/docs/general/server/settings' }, { paths: ['/dashboard/tasks'],