Skip to content

Commit

Permalink
next lint auto-changes for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
s2sharpit committed Jun 27, 2023
1 parent 2672b5e commit 4ac4748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/landing/Blurbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Card({title, desc, icon}: Cards) {
{icon}
</div>
<div className="text-lg font-bold">{title}</div>
<span className="text-sm max-w-xs">
<span className="max-w-xs text-sm">
{desc}
</span>
</div>
Expand Down

0 comments on commit 4ac4748

Please sign in to comment.