Skip to content

Commit 9a8e1ed

Browse files
authored
Corrected image source error in article's overview summary component (#1216)
1 parent ccc2a6f commit 9a8e1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/articles/overview-summary.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
alt="Article Hero Image"
1313
onerror="
1414
this.onerror=null;
15-
this.src='images/default-background.svg';"
15+
this.src='{{ asset('images/default-background.svg') }}'"
1616
>
1717
</a>
1818

0 commit comments

Comments
 (0)