Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 12, 2024
2 parents 9cb5e0a + 33db8ea commit 90e8d10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/uikit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ const UIKitPage = (props) => {
<div className="text-600 font-medium">For individual designers</div>
<hr className="my-3 mx-0 border-top-1 border-none surface-border" />
<div className="flex gap-3 flex-wrap">
<span className="text-2xl font-bold text-900">$99</span>
<span className="text-2xl text-muted-color line-through">$99</span>
<span className="text-2xl font-bold">$49</span>
</div>
<hr className="my-3 mx-0 border-top-1 border-none surface-border" />
<ul className="list-none p-0 m-0 flex-grow-1 text-lg">
Expand Down Expand Up @@ -212,7 +213,8 @@ const UIKitPage = (props) => {
<div className="text-600 font-medium">For small teams</div>
<hr className="my-3 mx-0 border-top-1 border-none surface-border" />
<div className="flex gap-3 flex-wrap">
<span className="text-2xl font-bold text-900">$249</span>
<span className="text-2xl text-muted-color line-through">$249</span>
<span className="text-2xl font-bold">$149</span>
</div>
<hr className="my-3 mx-0 border-top-1 border-none surface-border" />
<ul className="list-none p-0 m-0 flex-grow-1 text-lg">
Expand Down

0 comments on commit 90e8d10

Please sign in to comment.