Skip to content

Commit

Permalink
hide deepchat
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Sep 9, 2024
1 parent b53c9f0 commit d8028e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ export default function Home() {
))}
</div>
<h3 className="text-xl font-bold">
... enter a{" "}
... or enter a{" "}
<Link href="/import" className="hover:underline">
GitHub repo url (click here)
</Link>{" "}
</h3>
<h3 className="text-xl font-bold">... or generate from a prompt:</h3>
{/* <h3 className="text-xl font-bold">... or generate from a prompt:</h3>
<div className="grid w-full grid-cols-1 gap-6 md:grid-cols-2">
<div className="rounded-lg border bg-background p-6 shadow-sm">
<div className="flex flex-col space-y-3">
Expand All @@ -107,7 +107,7 @@ export default function Home() {
<h4 className="text-2xl font-bold">DeepChat AI</h4>
<p className="text-muted-foreground">Coming soon.</p>
</div>
</div>
</div> */}
</div>
</section>
);
Expand Down

0 comments on commit d8028e4

Please sign in to comment.