@@ -320,18 +320,24 @@ export default function CommunityPage(): React.ReactElement {
320320                          < span  className = "highlight grow" > grow</ span >  — together. 🌱
321321                        </ p > 
322322
323-                         < div  className = "thank-you-features" > 
323+                         < div  className = "thank-you-features" >    
324324                          < div  className = "feature-item" > 
325325                            < span  className = "feature-icon" > 🚀</ span > 
326-                             < span > Build Amazing Projects</ span > 
326+                             < a  href = "https://github.com/recodehive/recode-website"  target = "_blank"  rel = "noopener noreferrer"  style = { { color : 'inherit' } } > 
327+                               < span > Build Amazing Projects</ span > 
328+                             </ a > 
327329                          </ div > 
328330                          < div  className = "feature-item" > 
329331                            < span  className = "feature-icon" > 🤝</ span > 
330-                             < span > Connect with Developers</ span > 
332+                             < a  href = "https://github.com/orgs/recodehive/people"  target = "_blank"  rel = "noopener noreferrer"  style = { { color : 'inherit' } } > 
333+                               < span > Connect with Developers</ span > 
334+                             </ a > 
331335                          </ div > 
332336                          < div  className = "feature-item" > 
333337                            < span  className = "feature-icon" > 📚</ span > 
334-                             < span > Learn &  Share  Knowledge </ span > 
338+                             < a  href = "https://www.recodehive.com/docs"  target = "_blank"  rel = "noopener noreferrer"  style = { { color : 'inherit' } } > 
339+                               < span > Learn &  Share  Knowledge </ span > 
340+                             </ a > 
335341                          </ div > 
336342                        </ div > 
337343
@@ -342,9 +348,11 @@ export default function CommunityPage(): React.ReactElement {
342348
343349                        < div  className = "support-section" > 
344350                          < div  className = "support-icon" > 💬</ div > 
345-                           < p  className = "support-text" > 
346-                             We're here to help and support you throughout your journey — don't hesitate to reach out.
347-                           </ p > 
351+                           < a  href = "https://github.com/recodehive/recode-website/discussions"  target = "_blank"  rel = "noopener noreferrer"  style = { { color : 'inherit' } } > 
352+                             < p  className = "support-text" > 
353+                               We're here to help and support you throughout your journey — don't hesitate to reach out.
354+                             </ p > 
355+                           </ a > 
348356                        </ div > 
349357                      </ div > 
350358                    </ div > 
0 commit comments