This commit is contained in:
Kenneth Jannette
2024-02-16 06:49:14 -06:00
parent 3f155435f3
commit 8314fba6fa
4 changed files with 27 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ const DemoRequestPage = () => {
<Form className="demo-request-form">
{splitEvery(Object.keys(inputFields), fieldsChunkSize).map(
(names, j) => (
<Row key={`row${j}`}>
<Row key={`row${j}`} className="demo-page-row">
{names.map((name, i) => (
<Col
key={`${name}${i + fieldsChunkSize * j}`}

View File

@@ -34,7 +34,7 @@ const HomePage = () => {
<div className="col-md-12">
<div className="heading-one-container">
<h1 className="heading-1">
Novodraft: Attorney AI. Draft documents faster <i>and </i>{" "}
Novodraft: Legal AI. Draft documents faster <i>and </i>{" "}
smarter.
</h1>
</div>