Skip to content

Commit 151d04d

Browse files
committed
Minor updates to content
1 parent d4d6b7a commit 151d04d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/layouts/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export default ({ children }) => (
4747

4848
<NavMenu>
4949
<Link to="/blog">Blog</Link>
50-
<Link to="/talks">Talks</Link>
5150
<Link to="/projects">Projects</Link>
51+
<Link to="/talks">Talks</Link>
5252
<Link to="/about">About</Link>
5353
</NavMenu>
5454
</Header>

src/pages/projects.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ export default function Projects() {
138138
</li>
139139
<li>
140140
<a href="https://github.com/kyleect/locks#changes-made">
141-
Full list of features and fixes
142-
</a>
141+
Full list of features and fixes.
142+
</a>{' '}
143+
Include several changes to syntax from the original project.
143144
</li>
144145
</ul>
145146
</section>

0 commit comments

Comments
 (0)