Skip to content

Commit

Permalink
broght waset-co asset
Browse files Browse the repository at this point in the history
  • Loading branch information
YaokunLin committed Sep 22, 2023
1 parent 94bc4cc commit df64f92
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
19 changes: 19 additions & 0 deletions app_vue/src/assets/WASTECO_LOGO.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions app_vue/src/layout/navigationBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<v-divider class="mt-3 mb-3"></v-divider>

<div>
<img v-show="state.expand" src="@/assets/WAV_LOGO.svg" alt="WAV Logo" class="wav-logo">
<img v-show="state.expand" src="@/assets/WASTECO_LOGO.svg" alt="WASTECO Logo" class="wasteco-logo">
<v-list-item class="navbar-links__item user">
<span>Peter Uppal</span>
<span>[email protected]</span>
Expand Down Expand Up @@ -149,10 +149,11 @@
height: calc(100% - 52px);
}
.wav-logo {
.wasteco-logo {
position: relative;
width: 220px;
height: 50.18px;
width: 196px;
height: 23px;
left: 13%;
margin-bottom: 5px;
}
Expand Down

0 comments on commit df64f92

Please sign in to comment.