Skip to content

Commit

Permalink
fix: fix avatar on dashboard (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Mar 21, 2021
1 parent 7a380d3 commit f815737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Dashboard/Me/Partials/ECoffee.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<!-- avatars -->
<div class="absolute-ns avatars tc">
<img class="avatar br-100" loading="lazy" src="/img/streamline-icon-coffee-idea-sparking@140x140.png" alt="avatar" />
<img class="avatar br-100" loading="lazy" :src="localeCoffee.other_employee.avatar" alt="avatar" />
<avatar :avatar="localeCoffee.other_employee.avatar" :size="55" :classes="'avatar br-100'" />
</div>
</div>
</div>
Expand Down

0 comments on commit f815737

Please sign in to comment.