Skip to content

Commit

Permalink
Corrected image source error in article's overview summary component (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mho22 authored Jan 15, 2025
1 parent ccc2a6f commit 9a8e1ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
alt="Article Hero Image"
onerror="
this.onerror=null;
this.src='images/default-background.svg';"
this.src='{{ asset('images/default-background.svg') }}'"
>
</a>

Expand Down

0 comments on commit 9a8e1ed

Please sign in to comment.