Skip to content

Commit 7073e2a

Browse files
committed
upgrade GIF
1 parent 3e78c9f commit 7073e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/components.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
# You can add optionally add alt text via the `description:` argument and spoiler each media item.
9696
view.media_gallery do |gallery|
9797
gallery.item(url: 'https://static.wikitide.net/sillycatsbookwiki/f/f7/Apple_Cat.jpg', description: 'Greedy Cat')
98-
gallery.item(url: 'https://media.tenor.com/FkXcRz7-9PwAAAAd/oh-boy-patrick.gif', spoiler: true)
98+
gallery.item(url: 'https://media.tenor.com/JNrPF3XuHXIAAAAd/java-duke.gif', spoiler: true)
9999
end
100100

101101
# A Section allows you to group together text display components and pair them with an accessory.

0 commit comments

Comments
 (0)