Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhuynh committed Nov 5, 2023
1 parent 0cb92b4 commit 8383b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webapp/src/components/core_components.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function SimpleFrontend({taskData, isOnboarding, onSubmit, onError}) {
return (
<div style={{padding: '50px'}}>
<div className="p-4">
<h2 className="text-2xl font-semibold mb-4">This is sample task</h2>
<h2 className="text-2xl font-semibold mb-4">This is sample task JH</h2>
<div>
<label htmlFor="answer2"
className="block text-sm font-medium text-gray-700">Input the number you see here to the box below and submit: <strong>{taskData.data.value}</strong></label>
Expand Down

0 comments on commit 8383b7a

Please sign in to comment.