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 5bc3c91 commit 03dd6b3Copy full SHA for 03dd6b3
pages/_template.jsx
@@ -27,10 +27,7 @@ module.exports = React.createClass({
27
</Link>
28
</div>
29
<div className="secondary-nav">
30
- <Link to={prefixLink('/about/')} >
31
- About
32
- </Link>
33
- <Link to={prefixLink('/our_sponsors/')} >
+ <Link to={prefixLink('/our-sponsors/')} >
34
Current Sponsors
35
36
<Link to={prefixLink('/code-of-conduct/')} >
@@ -54,7 +51,7 @@ module.exports = React.createClass({
54
51
<Link to={prefixLink('/')} >
55
52
Home
56
53
57
58
59
60
0 commit comments