diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9e6e1bac3..3d091d9d8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Fixes: +* Fix people header file * Fix query and scope searches with table prefix * Remove monica:clean command confirmation diff --git a/resources/views/people/_header.blade.php b/resources/views/people/_header.blade.php index 54808ada880..cea99c902f2 100644 --- a/resources/views/people/_header.blade.php +++ b/resources/views/people/_header.blade.php @@ -12,7 +12,7 @@
{{initials }} + alt="{{ $contact->initials }}" src="{{ $contact->getAvatarURL() }}" style="height: 115px; width: 115px;" v-on:error="fixAvatarDisplay"