Skip to content

Commit

Permalink
Mobile Pricing - Moved Cloud Pro Plan to original order
Browse files Browse the repository at this point in the history
  • Loading branch information
whiai committed Aug 21, 2023
1 parent e8ccfc1 commit f8b5c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pricing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Plan({ pre_title, name, price, unit = "", description, pre_features, hr
<section
className={clsx(
"flex flex-col rounded-3xl px-6 sm:px-8",
featured ? "order-first bg-black invert py-8 lg:order-none" : "lg:py-8"
featured ? "bg-black invert py-8 lg:order-none" : "lg:py-8"
)}
>
<p
Expand Down

0 comments on commit f8b5c8f

Please sign in to comment.