Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/c1a47bd9de332cb4925974690f5a33448b5cc2e6 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(ui): corrected issues icon color ()

pull/3502/head
Brandon Cohen 2 years ago committed by GitHub
parent 24d94ef6fd
commit c1a47bd9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,9 +71,7 @@ const SidebarLinks: SidebarLinkProps[] = [
{
href: '/issues',
messagesKey: 'issues',
svgIcon: (
<ExclamationTriangleIcon className="mr-3 h-6 w-6 text-gray-300 transition duration-150 ease-in-out group-hover:text-gray-100 group-focus:text-gray-300" />
),
svgIcon: <ExclamationTriangleIcon className="mr-3 h-6 w-6" />,
activeRegExp: /^\/issues/,
requiredPermission: [
Permission.MANAGE_ISSUES,

Loading…
Cancel
Save