Skip to content

Commit 326f78a

Browse files
Update client/app/bundles/comments/rescript/CommentForm/forms/HorizontalForm.res
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
1 parent 190cb19 commit 326f78a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/app/bundles/comments/rescript/CommentForm/forms/HorizontalForm.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let make = (~author, ~handleAuthorChange, ~text, ~handleTextChange, ~handleSubmi
88
<div className="flex flex-col gap-0 items-center lg:gap-4 lg:flex-row">
99
<label htmlFor="comment_author" className="w-full lg:w-2/12 lg:text-end shrink-0">
1010
{"Name"->React.string}
11-
DEMO OF cpflow PR deploys
11+
{"DEMO OF cpflow PR deploys"->React.string}
1212
</label>
1313
<input
1414
type_="text"

0 commit comments

Comments
 (0)