More
This commit is contained in:
@@ -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}`}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user