Skip to content

Commit

Permalink
Merge pull request #9517 from sm1990/hack12
Browse files Browse the repository at this point in the history
Update text in Discord button
  • Loading branch information
sm1990 authored Oct 1, 2024
2 parents cc50d0c + 1a13da9 commit 3402ba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/hacktoberfest-2024/challenges/challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ export default function Intro(props) {
<Card className={`${styles.cutomCard}`}>

<Card.Body className={styles.stack}>
<Card.Title className={styles.title}>Stack Oveflow</Card.Title>
<Card.Title className={styles.title}>Stack Overflow</Card.Title>
<p className={styles.msg}>
Got a technical question?
<br />
Then get help from experts
Get expert help
</p>

<a href="https://stackoverflow.com/questions/tagged/ballerina" target="_blank" rel="noreferrer" className={styles.ask} title="Stack Overflow">Ask on Stack Oveflow</a>
<a href="https://stackoverflow.com/questions/tagged/ballerina" target="_blank" rel="noreferrer" className={styles.ask} title="Stack Overflow">Ask on Stack Overflow today</a>
</Card.Body>
</Card>
</Col>
Expand All @@ -173,7 +173,7 @@ export default function Intro(props) {

<p className={styles.msg}>Join our Discord community</p>

<a href="https://discord.gg/ballerinalang" target="_blank" rel="noreferrer" className={styles.join} title='Discord'>Join Ballerina Discord</a>
<a href="https://discord.gg/ballerinalang" target="_blank" rel="noreferrer" className={styles.join} title='Discord'>Join the Ballerina Server</a>
</Card.Body>
</Card>
</Col>
Expand Down

0 comments on commit 3402ba9

Please sign in to comment.