This repository was archived by the owner on Jun 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments