We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c4d56 commit 34f3135Copy full SHA for 34f3135
src/pages/index.js
@@ -47,9 +47,16 @@ const IndexPage = ({ data }) => (
47
identifying, expanding, and sharing their expertise with the support
48
of an engaged peer network.
49
</p>
50
- <Link to="/code-of-conduct/" className="link">
51
- Read the code of conduct
52
- </Link>
+ <p>
+ <Link to="/about-us/" className="link">
+ Meet the organizers
53
+ </Link>
54
+ </p>
55
56
+ <Link to="/code-of-conduct/" className="link">
57
+ Read the code of conduct
58
59
60
</div>
61
62
</section>
0 commit comments