Skip to content

Commit

Permalink
feat: add enterprise support to header (ory#103)
Browse files Browse the repository at this point in the history
Co-authored-by: hackerman <[email protected]>
  • Loading branch information
jfcurran and aeneasr committed Jul 2, 2020
1 parent 25efc9a commit 7461a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const defaultMenu: Menu = [
{ title: 'Docs', href: '/docs' },
{ title: 'Blog', path: '/blog' },
{ title: 'Jobs', href: 'https://github.com/ory/jobs' },
{ title: 'Support', href: 'https://github.com/ory/open-source-support/blob/master/README.md' },
]

const defaultIconMenu = ({
Expand Down

0 comments on commit 7461a20

Please sign in to comment.