We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e78c9f commit 7073e2aCopy full SHA for 7073e2a
examples/components.rb
@@ -95,7 +95,7 @@
95
# You can add optionally add alt text via the `description:` argument and spoiler each media item.
96
view.media_gallery do |gallery|
97
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)
+ gallery.item(url: 'https://media.tenor.com/JNrPF3XuHXIAAAAd/java-duke.gif', spoiler: true)
99
end
100
101
# A Section allows you to group together text display components and pair them with an accessory.
0 commit comments