Skip to content

Commit bdcacb7

Browse files
committed
1st OK
1 parent 22fafcc commit bdcacb7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/views/docs/textarea_view.rb

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class Docs::TextareaView < ApplicationView
44
def view_template
55
div(class: "max-w-2xl mx-auto w-full py-10 space-y-10") do
6-
render Docs::Header.new(title: "Textarea", description: "Displays a form textarea field or a component that looks like an textarea field.")
6+
render Docs::Header.new(title: "Textarea", description: "Displays a textarea field.")
77

88
TypographyH2 { "Usage" }
99

@@ -44,8 +44,7 @@ def view_template
4444

4545
def components
4646
[
47-
Docs::ComponentStruct.new(name: "InputController", source: "https://github.com/PhlexUI/phlex_ui_stimulus/blob/main/controllers/input_controller.js", built_using: :stimulus),
48-
Docs::ComponentStruct.new(name: "Textarea", source: "https://github.com/PhlexUI/phlex_ui/blob/main/lib/phlex_ui/input.rb", built_using: :phlex)
47+
Docs::ComponentStruct.new(name: "Textarea", source: "https://github.com/rbui-labs/rbui/blob/main/lib/rbui/textarea/textarea.rb", built_using: :phlex)
4948
]
5049
end
5150
end

0 commit comments

Comments
 (0)