Skip to content

Commit

Permalink
fix: fix people header file (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Sep 24, 2019
1 parent 9458fd6 commit a1b7e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

### Fixes:

* Fix people header file
* Fix query and scope searches with table prefix
* Remove monica:clean command confirmation

Expand Down
2 changes: 1 addition & 1 deletion resources/views/people/_header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="relative hide-child">
<div class="image-header top-0 left-0">
<img class="cover br3 bb b--gray-monica"
alt={{ $contact->initials }}
alt="{{ $contact->initials }}"
src="{{ $contact->getAvatarURL() }}"
style="height: 115px; width: 115px;"
v-on:error="fixAvatarDisplay"
Expand Down

0 comments on commit a1b7e6f

Please sign in to comment.