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 22, 2023
2 parents 60b852d + dfdc330 commit aac57b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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": 44,
"content": "Sakai Free Admin Template",
"linkText": "View Demo",
"linkHref": "https://sakai.primereact.org"
"id": 45,
"content": "New Year Sale is Here! 🎉",
"linkText": "Visit Store",
"linkHref": "https://primefaces.org/store"
}
6 changes: 4 additions & 2 deletions pages/uikit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,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 font-bold text-600 line-through">$99</span>
<span className="text-2xl font-bold text-900">$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 @@ -208,7 +209,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 font-bold text-600 line-through">$249</span>
<span className="text-2xl font-bold text-900">$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 aac57b8

Please sign in to comment.