Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhb committed Oct 24, 2023
1 parent 66e03ed commit e0aa222
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ export default function AI() {

<AIHero />

{/*
<Container className="pt-4 pb-36">
<p className="text-zinc-400 text-center">
Companies of all sizes trust Inngest to power their AI functionality.
</p>
</Container>
*/}

{/* Code example */}
<Container>
Expand All @@ -51,17 +53,21 @@ export default function AI() {
className="
grid lg:grid-cols-3
bg-slate-800/50 border-slate-700/30 rounded-lg border
m-auto
mt-8 mb-24
w-2/3
"
>
<CodeWindow
snippet={aiFlow}
showLineNumbers={true}
className="col-span-2 bg-transparent border-none"
/>
{/*
<div className="border-l border-slate-700/30 p-2">
TODO: Flow diagram
</div>
*/}
</div>
</Container>

Expand Down

0 comments on commit e0aa222

Please sign in to comment.