Move more into branding; proxy /images to backend (e.g., more overlays)

This commit is contained in:
2023-02-03 19:12:54 -06:00
parent 83cc240724
commit 570bf05053
9 changed files with 62 additions and 58 deletions

View File

@ -532,7 +532,7 @@ export default function App()
color={sidenavColor}
icon={branding.icon}
logo={branding.logo}
companyName={branding.companyName}
appName={branding.appName}
routes={sideNavRoutes}
onMouseEnter={handleOnMouseEnter}
onMouseLeave={handleOnMouseLeave}