Skip to content

Commit

Permalink
Correct placeholder title change
Browse files Browse the repository at this point in the history
  • Loading branch information
krwenholz committed Nov 11, 2020
1 parent 7b8a0b5 commit b513a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/StoryCards/_StoryCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<a href="/story/{slug}">
<img
src="{`/story-card-images/${src}`}"
on:error="{() => (title = 'placeholder.png')}"
on:error="{() => (src = 'placeholder.png')}"
alt="click to go to story"
/>
</a>
Expand Down

0 comments on commit b513a44

Please sign in to comment.