Skip to content

Commit

Permalink
Merge pull request #8786 from sm1990/typo2
Browse files Browse the repository at this point in the history
Fix typo in page title
  • Loading branch information
anupama-pathirage committed Mar 4, 2024
2 parents 8e16f7e + b735cc0 commit 002db83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/community/student-program/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Events from '../../../components/student-engagement/events/Events';
import SECarousel from '../../../components/common/image-carousel/ImageCarousel';
import GetInvolved from '../../../components/student-engagement/get-involved/GetInvolved';

export default function StudentEngagemntProgram() {
export default function StudentengagementProgram() {

const getLink = (element, id) => {
if (element.tagName.toLowerCase() === "path")
Expand Down Expand Up @@ -59,13 +59,13 @@ export default function StudentEngagemntProgram() {
return (
<>
<Head>
<title>Student engagemnt program - The Ballerina programming language</title>
<title>Student engagement program - The Ballerina programming language</title>
<meta name="description" content="Join the Ballerina community and use the below channels to ask questions, find answers, post feedback, and help establish Ballerina as a truly community-owned resource." />
<meta name="keywords" content="ballerinalang, integration, microservices, programming language, cloud native, ballerina language" />

{/* <!--FB--> */}
<meta property="og:type" content="article" />
<meta property="og:title" content="Student engagemnt program - The Ballerina programming language" />
<meta property="og:title" content="Student engagement program - The Ballerina programming language" />
<meta property="og:description" content="Join the Ballerina community and use the below channels to ask questions, find answers, post feedback, and help establish Ballerina as a truly community-owned resource." />
<meta
property="og:image"
Expand All @@ -74,15 +74,15 @@ export default function StudentEngagemntProgram() {
/>

{/* <!--LINKED IN --> */}
<meta property="og:title" content="Student engagemnt program - The Ballerina programming language" />
<meta property="og:title" content="Student engagement program - The Ballerina programming language" />
<meta property="og:description" content="Join the Ballerina community and use the below channels to ask questions, find answers, post feedback, and help establish Ballerina as a truly community-owned resource." />
<meta
property="og:image"
content="https://ballerina.io/images/ballerina-student-engagement-program-sm-banner.png"
/>

{/* <!--TWITTER--> */}
<meta name="twitter:title" content="Student engagemnt program - The Ballerina programming language" />
<meta name="twitter:title" content="Student engagement program - The Ballerina programming language" />
<meta property="twitter:description" content="Join the Ballerina community and use the below channels to ask questions, find answers, post feedback, and help establish Ballerina as a truly community-owned resource." />
<meta property="twitter:text:description" content="Join the Ballerina community and use the below channels to ask questions, find answers, share feedback, and help establish Ballerina as a truly community-owned resource." />
<meta
Expand Down

0 comments on commit 002db83

Please sign in to comment.