Skip to content

Commit

Permalink
Fix broken placeholder image URL
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Oct 23, 2024
1 parent afb2c08 commit 62a1e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class MultilineTagComponentPreview < ViewComponent::Preview
def default
render MultilineTagComponent.new src: "https://placekitten.com/200/200"
render MultilineTagComponent.new src: "https://loremflickr.com/200/200"
end
end

0 comments on commit 62a1e83

Please sign in to comment.