We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46397e commit 4cc0ac4Copy full SHA for 4cc0ac4
demo/test/components/previews/card_preview.rb
@@ -16,7 +16,7 @@ def with_title_argument
16
17
def with_title_slot
18
render(Flowbite::Card.new) do |component|
19
- component.with_title { "<h1 class=\"text-3xl\">This title replace the entire title element</h1>".html_safe }
+ component.with_title { "<h1 class=\"text-3xl\">This title replaces the entire title element</h1>".html_safe }
20
"Use the title slot to control all aspects of the title element"
21
end
22
0 commit comments