update
This commit is contained in:
@@ -2,10 +2,12 @@ export interface BrandingConfig {
|
||||
appTitle: string;
|
||||
manifestPath: string;
|
||||
themeColor: string;
|
||||
enableInstallPrompt?: boolean;
|
||||
}
|
||||
|
||||
export const brandingConfig: BrandingConfig = {
|
||||
appTitle: 'پنل مدیریت صورتحسابهای مالیاتی',
|
||||
manifestPath: '/favicon/site.webmanifest',
|
||||
themeColor: '#ffffff',
|
||||
enableInstallPrompt: false,
|
||||
};
|
||||
|
||||
@@ -4,4 +4,5 @@ export const brandingConfig: BrandingConfig = {
|
||||
appTitle: 'تیس - مدیریت صورتحسابهای مالیاتی',
|
||||
manifestPath: '/favicon/site.webmanifest',
|
||||
themeColor: '#ffffff',
|
||||
enableInstallPrompt: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user