Skip to content

Commit 6efc14e

Browse files
committed
Added link to Community page
1 parent f06671f commit 6efc14e

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

src/pages/community/index.tsx

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)