Skip to content

Commit

Permalink
fixing title in main page
Browse files Browse the repository at this point in the history
  • Loading branch information
jcenturion committed Oct 10, 2024
1 parent 4e574ba commit 0a2254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chat/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function Chat({ params }: { params: { id: string } }) {
<div className="min-h-8">
<Market0Icon />
</div>
<h1 className="text-4xl sm:text-6xl tracking-tight leading-[72px]">
<h1 className="text-3xl sm:text-6xl tracking-tight leading-[72px]">
Welcome to{" "}
<span className="bg-text-gradient bg-clip-text" style={{ WebkitTextFillColor: "transparent" }}>
Market0
Expand Down

0 comments on commit 0a2254a

Please sign in to comment.