Skip to content

Commit b49eec6

Browse files
authored
Update pricing.tsx (#1676)
1 parent 7df5f3a commit b49eec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/app/conf/2024/pricing.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function Pricing() {
7575
<div className="grid md:grid-cols-2 xl:grid-cols-3 gap-10 text-2xl">
7676
{includes.map((item, i) => (
7777
<div key={i} className="flex items-center gap-4">
78-
<CheckIcon className="text-primary h-7" />
78+
<CheckIcon className="text-primary h-7 shrink-0" />
7979
<p>{item}</p>
8080
</div>
8181
))}

0 commit comments

Comments
 (0)