This commit is contained in:
liangping
2021-08-05 22:47:18 +08:00
parent f259199101
commit cc52b02c0f
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export const $themeBreakpoints = {}
// APP CONFIG
export const $themeConfig = {
app: {
appName: 'Wallet', // Will update name in navigation menu (Branding)
appName: 'Ping.pub', // Will update name in navigation menu (Branding)
// eslint-disable-next-line global-require
appLogoImage: require('@/assets/images/logo/logo.svg'), // Will update logo in navigation menu (Branding)
},