Skip to content

Commit

Permalink
Prettify Avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamalera committed Oct 22, 2022
1 parent c91fdf4 commit ec33feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/team14_bell_frontend/src/components/UserProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<v-col align="center" justify="center">
<!-- AVATAR START -->
<v-row align="center" justify="center">
<v-avatar class="mt-1" color="teal" size="56">
<img src="../assets/avatar.jpeg" alt="John" />
<v-avatar class="mt-1" size="56">
<img src="../assets/avatar.jpeg"/>
</v-avatar>
</v-row>
<!-- AVATAR END -->
Expand Down

0 comments on commit ec33feb

Please sign in to comment.