Skip to content

Commit 1589006

Browse files
committed
Merge branch 'prod'
2 parents 3053388 + acb02f8 commit 1589006

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

components/doc/common/docsectionnav.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export function DocSectionNav({ docs = [] }) {
106106
{docs.map((item) => createItem(item))}
107107
</ul>
108108

109-
<div
109+
{/* <div
110110
style={{
111111
marginTop: '2rem',
112112
border: '1px solid light-dark(var(--surface-200),var(--surface-800))',
@@ -145,7 +145,7 @@ export function DocSectionNav({ docs = [] }) {
145145
<span className="p-button-label p-c">Buy Now</span>
146146
</a>
147147
</span>
148-
</div>
148+
</div> */}
149149
</div>
150150
);
151151
}

data/news.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"id": 56,
3-
"content": "Final Sale of the Year | Don't miss out! 🎁",
4-
"linkText": "Buy Now",
5-
"linkHref": "https://primeui.store",
2+
"id": 57,
3+
"content": "Introducing PrimeReact v11-alpha 🎉",
4+
"linkText": "Discover Now",
5+
"linkHref": "https://v11.primereact.org",
66
"target": "_blank"
77
}

0 commit comments

Comments
 (0)