Skip to content

Commit

Permalink
fix merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-parkhill committed Mar 8, 2024
1 parent 2bdcda2 commit cbd0b21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ export default function Home() {
</div>
))}
</div>
<LandingDemo />
<div className="mt-5">
<div className="mt-10 mb-10">
<Separator />
</div>
<DemoFlow />
<div className="mt-5 m-auto">
<Link href="/org/quotient">
<button className="launchBtn">Launch Demo</button>
</Link>
Expand Down

0 comments on commit cbd0b21

Please sign in to comment.