refactor(user-management): move CSS overrides into the component and update app metadata commit

This commit is contained in:
mengstabketemaw
2026-06-23 14:25:35 +03:00
parent f876d57219
commit ba4cb63423
3 changed files with 60 additions and 23 deletions

View File

@@ -7,6 +7,11 @@ import './styles.css';
import './app/i18n/config';
import { App } from './app/app';
document.title = 'EMA Backoffice';
const _favicon = document.querySelector<HTMLLinkElement>('link[rel="icon"]');
if (_favicon) _favicon.href = '/ema-logo.png';
window.__USER_MANAGEMENT_BRANDING__ = {
appName: 'Ethiopian Maritime Licence',
organizationName: 'Ethiopian Maritime Authority',