8 lines
263 B
TypeScript
8 lines
263 B
TypeScript
|
|
import { BrandingConfig } from '../default/branding.config';
|
||
|
|
|
||
|
|
export const brandingConfig: BrandingConfig = {
|
||
|
|
appTitle: 'PSP A - مدیریت صورتحسابهای مالیاتی',
|
||
|
|
manifestPath: '/favicon/site.webmanifest',
|
||
|
|
themeColor: '#ffffff',
|
||
|
|
};
|