We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df5f3a commit b49eec6Copy full SHA for b49eec6
src/app/conf/2024/pricing.tsx
@@ -75,7 +75,7 @@ export function Pricing() {
75
<div className="grid md:grid-cols-2 xl:grid-cols-3 gap-10 text-2xl">
76
{includes.map((item, i) => (
77
<div key={i} className="flex items-center gap-4">
78
- <CheckIcon className="text-primary h-7" />
+ <CheckIcon className="text-primary h-7 shrink-0" />
79
<p>{item}</p>
80
</div>
81
))}
0 commit comments