We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050e04f commit 829b8ceCopy full SHA for 829b8ce
1 file changed
client/app/bundles/comments/rescript/CommentForm/forms/HorizontalForm.res
@@ -8,6 +8,7 @@ let make = (~author, ~handleAuthorChange, ~text, ~handleTextChange, ~handleSubmi
8
<div className="flex flex-col gap-0 items-center lg:gap-4 lg:flex-row">
9
<label htmlFor="comment_author" className="w-full lg:w-2/12 lg:text-end shrink-0">
10
{"Name"->React.string}
11
+ {" (review app smoke test)"->React.string}
12
</label>
13
<input
14
type_="text"
0 commit comments