Skip to content

Commit

Permalink
update team view
Browse files Browse the repository at this point in the history
  • Loading branch information
ehab-hassan committed Jan 31, 2024
1 parent 8f89707 commit 48ce64e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/profileImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<img
:src="imageSrc + user.image"
class="user-profile-image rounded-circle"
style="width: 60px; height: 60px"
style="width: 55px; height: 55px"
/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion client/src/views/TeamView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-container class="pa-6 mx-auto">
<div v-if="supervisors && supervisors.length > 0">
<div class="my-6">
<h3 class="font-weight-medium my-6">Team Lead</h3>
<h2 class="font-weight-medium my-6">Team Lead</h2>
<v-divider></v-divider>
</div>
<v-row>
Expand Down

0 comments on commit 48ce64e

Please sign in to comment.