Skip to content

Commit

Permalink
Adding trailing slash to "quick-start" navigation link (#841)
Browse files Browse the repository at this point in the history
* adding trailing slash to quick-start NAV_LINK to apply active state in sidebar link

* adding changeset (not sure if done correctly!)

* Get CI to build because circle was down for a bit
  • Loading branch information
simonswiss authored and emmatown committed Mar 16, 2019
1 parent 386dce2 commit 233dd5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/a0538abc/changes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "releases": [{ "name": "@keystone-alpha/website", "type": "patch" }], "dependents": [] }
1 change: 1 addition & 0 deletions .changeset/a0538abc/changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Adding trailing slash to quick-start main navigation link to appropriately trigger the active state in the sidebar.
2 changes: 1 addition & 1 deletion website/src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const NewWindowIcon = () => (
const NAV_LINKS = [
{
name: 'Quick Start',
url: '/quick-start',
url: '/quick-start/',
},
{
name: 'Guides',
Expand Down

0 comments on commit 233dd5a

Please sign in to comment.