Skip to content

Commit

Permalink
Remove - form title
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Aug 18, 2023
1 parent 3a3a7f0 commit e35f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/community/handbook/contributor-journey.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ const CommunityAbout = () => {
};
export default CommunityAbout;
export const Head = () => {
return <SEO title="Contributor-Journey" description="Instructions to encourage and support first-time open-source contributors." />;
return <SEO title="Contributor Journey" description="Instructions to encourage and support first-time open-source contributors." />;
};

0 comments on commit e35f582

Please sign in to comment.