Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 4, 2023
2 parents e57f99e + 3ca24c6 commit c4f5a70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions data/news.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": 43,
"content": "🎉 Black Friday Sale! Up to 50% Off",
"linkText": "Buy Now",
"linkHref": "https://www.primefaces.org/store"
"id": 44,
"content": "Sakai Free Admin Template",
"linkText": "View Demo",
"linkHref": "https://sakai.primereact.org"
}
6 changes: 2 additions & 4 deletions pages/uikit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ 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-medium text-600 line-through">$99</span>
<span className="text-2xl font-bold text-900">$49</span>
<span className="text-2xl font-bold text-900">$99</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 @@ -209,8 +208,7 @@ 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-medium text-600 line-through">$249</span>
<span className="text-2xl font-bold text-900">$149</span>
<span className="text-2xl font-bold text-900">$249</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 c4f5a70

Please sign in to comment.