Skip to content

Commit

Permalink
git: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dezeray committed Oct 29, 2024
1 parent 0227831 commit 8a4eeb1
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/components/Pricing/Pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@ export default function Pricing() {
/>
<PricingItem
title="Semester"
<<<<<<< HEAD

price="50 pula"
=======
price="99 pula"
>>>>>>> 3587480ed3603c257828e2361fbf6c0ab607f0d1

features={[
"the whole semester",
"All UI components",
Expand All @@ -69,13 +67,10 @@ export default function Pricing() {
isPopular={true}
/>
<PricingItem
<<<<<<< HEAD

title="Enterprise"
price="90 "
=======
title="2 users"
price="180 pula"
>>>>>>> 3587480ed3603c257828e2361fbf6c0ab607f0d1

features={[
"unlimited users",
"all modules",
Expand Down

0 comments on commit 8a4eeb1

Please sign in to comment.