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 d4d6b7a commit 151d04dCopy full SHA for 151d04d
src/layouts/index.js
@@ -47,8 +47,8 @@ export default ({ children }) => (
47
48
<NavMenu>
49
<Link to="/blog">Blog</Link>
50
- <Link to="/talks">Talks</Link>
51
<Link to="/projects">Projects</Link>
+ <Link to="/talks">Talks</Link>
52
<Link to="/about">About</Link>
53
</NavMenu>
54
</Header>
src/pages/projects.js
@@ -138,8 +138,9 @@ export default function Projects() {
138
</li>
139
<li>
140
<a href="https://github.com/kyleect/locks#changes-made">
141
- Full list of features and fixes
142
- </a>
+ Full list of features and fixes.
+ </a>{' '}
143
+ Include several changes to syntax from the original project.
144
145
</ul>
146
</section>
0 commit comments