Skip to content

Commit 829b8ce

Browse files
committed
Add review app smoke test marker
1 parent 050e04f commit 829b8ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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+
{" (review app smoke test)"->React.string}
1112
</label>
1213
<input
1314
type_="text"

0 commit comments

Comments
 (0)