Skip to content

Commit

Permalink
Improve text in page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ceilican authored Dec 21, 2024
1 parent b1bfd40 commit 7e6671c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export default function Home() {
</div>

<p className="text-xl md:text-2xl mb-6 max-w-4xl font-mono">
Through Clowder, you can create
Contribution Accounting Tokens (CATs) to track contributions to your projects.
Create Contribution Accounting Tokens (CATs) <br />
to track contributions to your projects.
</p>
<div className="flex space-x-4 mb-8">
{contact_links.map(({ href, icon }, index) => (
Expand Down

0 comments on commit 7e6671c

Please sign in to comment.