Skip to content

Commit

Permalink
Merge pull request #8712 from sm1990/comm1
Browse files Browse the repository at this point in the history
Fix broken links and update text in community page
  • Loading branch information
sm1990 committed Feb 21, 2024
2 parents 48c6db2 + 59011be commit 8eef81e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/community/join-us/JoinUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function JoinUs(props) {
<Card.Body>
<Card.Text className='text-center mt-3'>
<div className={styles.join} title="Stackoverflow">
Get your questions answered
Ask, answer, and learn
</div>
</Card.Text>
</Card.Body>
Expand Down
4 changes: 2 additions & 2 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export default function Document() {
<meta charSet="utf-8" />
<meta name="author" content="WSO2 LLC"/>

<meta HTTP-EQUIV='X-Frame-Options' CONTENT="SAMEORIGIN"/>
<meta HTTP-EQUIV='Content-Security-Policy' CONTENT="frame-ancestors 'none';"/>
<meta httpEquiv='X-Frame-Options' content="SAMEORIGIN"/>
<meta httpEquiv='Content-Security-Policy' content="frame-ancestors 'none';"/>

<link rel="shortcut icon" href={`${prefix}/images/favicon.ico`}></link>

Expand Down
2 changes: 1 addition & 1 deletion pages/community/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function Community() {
<Col xs={12} md={12} lg={6}>
<h1>Community</h1>
<p style={{ fontSize: "24px", fontWeight: "400", color: "#20b6b0", marginTop: "40px" }}>Welcome to the Ballerina community! Use the below channels to ask questions, find answers, post feedback, and help establish Ballerina as a truly community-owned resource.</p>
<a href="#join-with-us" className="join">
<a href="#join-us" className="join">
Join our community
</a>
</Col>
Expand Down

0 comments on commit 8eef81e

Please sign in to comment.