Skip to content

Commit

Permalink
Fix white logo typo in appLogo
Browse files Browse the repository at this point in the history
  • Loading branch information
jathushan-r committed May 8, 2024
1 parent 1ec4d08 commit d9f536b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/admin.core.v1/configs/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export class Config {
defaultLogoPath: window[ "AppUtils" ]?.getConfig()?.ui?.appLogo?.defaultLogoPath
?? window[ "AppUtils" ]?.getConfig()?.ui?.appLogoPath,
defaultWhiteLogoPath: window[ "AppUtils" ]?.getConfig()?.ui?.appLogo?.defaultWhiteLogoPath
?? window[ "AppUtils" ]?.getConfig()?.ui?.defaultWhiteLogoPath
?? window[ "AppUtils" ]?.getConfig()?.ui?.appWhiteLogoPath
},
appName: window[ "AppUtils" ]?.getConfig()?.ui?.appName,
appTitle: window[ "AppUtils" ]?.getConfig()?.ui?.appTitle,
Expand Down

0 comments on commit d9f536b

Please sign in to comment.