Skip to content

Commit a22ed4f

Browse files
committed
bullets all white
1 parent 1858d7d commit a22ed4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/landing-page-components/parts/pricing-card.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const PricingCard = ({
4646
{bulletPoints.map((point, index) => (
4747
<div
4848
key={`landing-page-pricing-card-${title}-bullet-${index}`}
49-
className="mb-2 text-[#A2A1A5] flex items-center"
49+
className="flex items-center mb-2"
5050
>
5151
<div className="w-1 h-1 mr-2 bg-white rounded-full"></div>
5252
{point}

0 commit comments

Comments
 (0)