Skip to content

Commit 5a56023

Browse files
author
Vivek Vishal
authored
Create instructions.js
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 233dada commit 5a56023

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import React from "react";
2+
3+
import SEO from "../../../components/seo";
4+
import GitHubOrgMembership from "../../../sections/Community/Handbook/instructions";
5+
6+
const GithubOrgMember = () => {
7+
return (
8+
<>
9+
<GitHubOrgMembership />
10+
11+
</>
12+
);
13+
};
14+
export default GithubOrgMember;
15+
export const Head = () => {
16+
return <SEO title="Instructions" description="Layer5 readily recognizes and publicly appreciates its community members." />;
17+
};

0 commit comments

Comments
 (0)