Skip to content

Commit

Permalink
Add sale
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 22, 2023
1 parent 281a271 commit dfdc330
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

1 comment on commit dfdc330

@vercel
Copy link

@vercel vercel bot commented on dfdc330 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primereact – ./

primereact-git-prod-primetek.vercel.app
primereact.org
primereact-primetek.vercel.app

Please sign in to comment.