Skip to content

Commit

Permalink
FIX - Update the logo on sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenquangtin committed Apr 18, 2020
1 parent 9856c89 commit 998c334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/svg/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions resources/js/layout/components/Sidebar/Logo.vue
Expand Up @@ -24,8 +24,8 @@ export default {
},
data() {
return {
title: 'Vue Element Admin',
logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png',
title: 'Laravel Vue Admin',
logo: '/svg/logo.svg',
};
},
};
Expand Down

0 comments on commit 998c334

Please sign in to comment.