Skip to content

Commit

Permalink
brought wavsmart icon
Browse files Browse the repository at this point in the history
  • Loading branch information
YaokunLin committed Sep 21, 2023
1 parent 1e8fd7c commit a027cb6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
9 changes: 9 additions & 0 deletions app_vue/src/assets/WAV_LOGO.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions app_vue/src/layout/navigationBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@
<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">
<v-list-item class="navbar-links__item user">
<span>John Doe</span>
<span>jdoe@acme.com</span>
<span>Peter Uppal</span>
<span>peteru@wavsmart.com</span>
</v-list-item>
<v-list-item class="navbar-links__item" link href="/" rounded>
<vue-feather type="user"></vue-feather>
Expand Down Expand Up @@ -123,9 +124,16 @@
}
}
:deep .wav-logo {
position: relative;
width: 220px;
height: 50.18px;
left: 13%;
}
:deep .bottom-logo {
position: relative;
bottom: -250px;
bottom: -225px;
left: 48%;
transform: translateX(-50%);
width: 310px;
Expand Down

0 comments on commit a027cb6

Please sign in to comment.