Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pinokokol committed Sep 23, 2024
1 parent 15b5d31 commit ae89e55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/ai/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ export default class ThanksPage extends Component {
<div>
<Col xs="12" className="px-0">
<div className="text-center pt-5 p-3 p-lg p-lg-0">
<div className="justify-content-center">
<Row className="justify-content-center">
<Col xs="12" lg="10" xl="8">
<h1>{t("title")}</h1>
<p>{t("block1")}</p>
<p>{t("block2")}</p>
</Col>
</div>
</Row>
</div>
</Col>
</div>
Expand Down Expand Up @@ -109,6 +109,7 @@ export default class ThanksPage extends Component {
</div>
</Col>
</div>

<div className="space-top content-body">
<Col md={6} className="mobile-image">
<img
Expand Down

0 comments on commit ae89e55

Please sign in to comment.