Skip to content

Commit

Permalink
Use old tagline limit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed May 16, 2024
1 parent 6629d76 commit 08505d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/badge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const Badge = ({
}}
className="!text-[13px] [&>span]:text-[13px]"
>
<Balancer>{tagline.substring(0, 200)}</Balancer>
<Balancer>{tagline.substring(0, 400)}</Balancer>
</div>
</div>
<div
Expand Down

0 comments on commit 08505d2

Please sign in to comment.