Skip to content

Commit

Permalink
fix: footer links (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr authored Jul 5, 2023
1 parent d6c8822 commit 03792f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ const config = {
style: "dark",
copyright: `Copyright © ${new Date().getFullYear()} Ory Corp`,
links: [
{
label: "Need Support?",
href: "https://www.ory.sh/support/",
},
{
label: "Status",
href: "https://status.ory.sh/",
Expand All @@ -144,6 +148,10 @@ const config = {
label: "Terms of Service",
href: "https://www.ory.sh/tos",
},
{
label: "Schedule a discovery call",
href: "https://www.ory.sh/contact/",
},
],
logo: {
alt: "Ory logo in white",
Expand Down

0 comments on commit 03792f5

Please sign in to comment.