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.
2 parents 1e2bd67 + a22ed4f commit eb001a8Copy full SHA for eb001a8
src/components/landing-page-components/parts/pricing-card.jsx
@@ -46,7 +46,7 @@ const PricingCard = ({
46
{bulletPoints.map((point, index) => (
47
<div
48
key={`landing-page-pricing-card-${title}-bullet-${index}`}
49
- className="mb-2 text-[#A2A1A5] flex items-center"
+ className="flex items-center mb-2"
50
>
51
<div className="w-1 h-1 mr-2 bg-white rounded-full"></div>
52
{point}
0 commit comments