Skip to content

Commit

Permalink
Add link to users in header
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jan 23, 2019
1 parent 9cf539c commit 5fb0df6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ const siteConfig = {
// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{ doc: 'overview', label: 'Docs' },
{ page: 'users', label: 'Users' },
{ page: 'help', label: 'Help' },
{
href: 'https://github.com/jaredpalmer/formik',
Expand Down Expand Up @@ -204,6 +205,7 @@ const siteConfig = {
zIndex: 100,
},
enableUpdateTime: true,
enableUpdateBy: true,
gaTrackingId: 'UA-55176740-4',
twitter: true,
twitterUsername: 'jaredpalmer',
Expand Down

0 comments on commit 5fb0df6

Please sign in to comment.