We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4221b25 commit 19fd9b8Copy full SHA for 19fd9b8
class-37/expert-eight-ball/pages/api/hello.js
class-37/expert-eight-ball/pages/index.js
@@ -51,6 +51,7 @@ export default function Home() {
51
</header>
52
53
<main className=''>
54
+ {/* Form section */}
55
<form className="flex w-1/2 p-2 mx-auto my-4 bg-gray-200" onSubmit={questionAskedHandler}>
56
<input name="question" className="flex-auto pl-1" />
57
<button className="px-2 py-1 bg-gray-500 text-gray-50">Ask</button>
@@ -91,7 +92,6 @@ export default function Home() {
91
92
}
93
</tbody>
94
</table>
-
95
</main>
96
97
<footer className='p-4 mt-8 bg-gray-500 text-gray-50'>
0 commit comments