Skip to content

Commit

Permalink
Merge pull request #25 from mnfst/develop
Browse files Browse the repository at this point in the history
Check auth
  • Loading branch information
brunobuddy authored Sep 2, 2024
2 parents 0543975 + 086e05f commit 5213615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ export default function Home() {
</div>
</div>
<div className="column is-4-tablet is-3-widescreen ">
<div className="card is-fullheight is-shadowless">
<div className="card is-fullheight has-border-gradient is-shadowless">
<div className="card-content p-6 is-box-sizing-border-box is-fullheight">
<div className="content is-fullheight">
<div className="is-flex is-flex-direction-column is-justify-content-space-between is-fullheight">
Expand Down Expand Up @@ -555,7 +555,7 @@ export default function Home() {
<div className="content is-fullheight">
<div className="is-flex is-flex-direction-column is-justify-content-space-between is-fullheight">
<div>
<h4>Hook</h4>
<h4>Hooks</h4>
<p>
This release will allow you to add your own hooks.
You will be able to create custom features like
Expand Down Expand Up @@ -596,8 +596,8 @@ export default function Home() {
<div className="content is-fullheight">
<div className="is-flex is-flex-direction-column is-justify-content-space-between is-fullheight">
<div>
<h4>Required fields</h4>
<p>Add specific validators to your fields.</p>
<h4>Validation</h4>
<p>Add Custom validators to your fields.</p>
</div>
<p className="has-text-right has-text-grey-light is-size-7 mt-4">
<span>Q4 2024</span>
Expand Down

0 comments on commit 5213615

Please sign in to comment.