Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #313 from multinet-app/waxlamp/update-logo-asset
Browse files Browse the repository at this point in the history
Update logo assets
  • Loading branch information
waxlamp committed Feb 17, 2020
2 parents 8a62ec7 + b57f1aa commit 3f23808
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 7 deletions.
Binary file modified client/public/favicon.ico
Binary file not shown.
Binary file removed client/src/assets/logo/app_logo.png
Binary file not shown.
36 changes: 36 additions & 0 deletions client/src/assets/logo/app_logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions client/src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@
tag="button"
>
<v-row class="mx-0 align-center">
<v-col
class="pb-0 pt-2 px-0"
cols="2"
>
<img src="../assets/logo/app_logo.png" alt="Multinet" width="100%">
<v-col class="app-logo pb-0 pt-2 px-0">
<img src="../assets/logo/app_logo.svg" alt="Multinet" width="100%">
</v-col>
<v-col class="text-left" cols="6">
<v-col class="text-left">
Multinet
</v-col>
<v-col class="pa-0" cols="2">
<v-col class="pa-0">
<about-dialog />
</v-col>
</v-row>
Expand Down Expand Up @@ -168,4 +165,7 @@ export default Vue.extend({
</script>

<style scoped>
.app-logo {
width: 48px;
}
</style>

0 comments on commit 3f23808

Please sign in to comment.