We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233dada commit 5a56023Copy full SHA for 5a56023
1 file changed
src/pages/community/handbook/instructions.js
@@ -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