Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 514a5fa

Browse files
committed
Merge branch 'prod'
2 parents c77b914 + 2c08ce2 commit 514a5fa

2 files changed

Lines changed: 3 additions & 34 deletions

File tree

components/doc/common/docsectionnav.js

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -104,37 +104,6 @@ export function DocSectionNav({ docs = [] }) {
104104
<ul ref={navRef} className="doc-section-nav">
105105
{docs.map((item) => createItem(item))}
106106
</ul>
107-
<div
108-
className="mt-8 p-3 w-full"
109-
style={{
110-
border: '1px solid var(--surface-border)',
111-
backgroundColor: 'var(--surface-0)',
112-
borderRadius: '0.5rem'
113-
}}
114-
>
115-
<img
116-
src="https://primefaces.org/cdn/discount/primestore-summersale-2025-sm.jpg"
117-
className="w-full rounded-lg"
118-
alt="Summer Sale 2025"
119-
style={{
120-
borderRadius: '0.5rem'
121-
}}
122-
/>
123-
<div className="text-xl font-semibold flex flex-column gap-2 text-center mt-4">
124-
<span style={{ lineHeight: 1 }}>SUMMER SALE</span>
125-
<span className="text-primary" style={{ lineHeight: 1 }}>
126-
2025
127-
</span>
128-
</div>
129-
<div className="text-center text-sm mt-4" style={{ color: 'var(--surface-500)', lineHeight: 1.5 }}>
130-
Use coupon code <b>PRSM25</b> at checkout to get 50% OFF everything in PrimeStore and PrimeBlocks.
131-
</div>
132-
<span className="flex justify-content-center">
133-
<a className="p-button p-button-rounded p-button-sm font-bold mt-3 inline-flex" size="small" href="https://www.primefaces.org/blog/summer-sale-2025" target="_blank" rel="noopener">
134-
Learn More
135-
</a>
136-
</span>
137-
</div>
138107
</div>
139108
);
140109
}

data/news.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"id": 54,
3-
"content": "Summer Sale is here 🏖️ Get 50% off with code PRSM25",
2+
"id": 55,
3+
"content": "Introducing PrimeReact v11 Alpha 🥁",
44
"linkText": "Learn More",
5-
"linkHref": "https://www.primefaces.org/blog/summer-sale-2025",
5+
"linkHref": "https://v11.primereact.org",
66
"target": "_blank"
77
}

0 commit comments

Comments
 (0)