Skip to content

Commit

Permalink
update research overviews thumbnail backgroung image
Browse files Browse the repository at this point in the history
  • Loading branch information
William Welling committed Apr 28, 2020
1 parent e5cafed commit baf6c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="d-flex">
<div class="mr-4">
{{#if thumbnail}}
<div class="rounded-circle person-avatar" style="background-image: url('{{vivoUrl}}{{thumbnail}}')"></div>
<div class="rounded-circle person-avatar" style="background-image: url('{{thumbnail}}')"></div>
{{else}}
<div class="rounded-circle person-avatar" style="background-image: url('assets/images/default-avatar.png')"></div>
{{/if}}
Expand Down

0 comments on commit baf6c57

Please sign in to comment.