Skip to content

Commit

Permalink
style(icon): change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Oct 25, 2024
1 parent 7a5242c commit 9f7c27c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 10 deletions.
Binary file modified public/static/favicon.ico
Binary file not shown.
Binary file modified src/assets/img/emqx-enterprise-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/emqx-logo-enterprise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions src/assets/img/emqx-logo-enterprise.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/hooks/useEditionConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const editionConfigs = {
enterprise: {
title: 'Base.enterpriseEdition',
banner: require('@/assets/img/login-banner-enterprise.png'),
logo: require('@/assets/img/emqx-logo-enterprise.svg'),
logo: require('@/assets/img/emqx-logo-enterprise.png'),
},
openSource: {
title: 'Base.openSourceEdition',
Expand Down
4 changes: 2 additions & 2 deletions src/views/Base/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ $header-heigh: 60px;
img {
max-width: initial;
max-height: 100%;
height: 36px;
height: 56px;
transition: all 0.3s;
}
}
Expand All @@ -326,7 +326,7 @@ $header-heigh: 60px;
width: 60px;
padding-left: 25px;
img {
height: 36px;
height: 38px;
}
}
Expand Down

0 comments on commit 9f7c27c

Please sign in to comment.