Skip to content

Commit

Permalink
chore: add missing link to the footer (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Sep 18, 2024
1 parent 23fa118 commit 35f0685
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,10 @@ const config: Config = {
label: "Schedule a discovery call",
href: "https://www.ory.sh/contact/",
},
],
{
html: `<a class="termly-display-preferences footer__link-item" href="#">Consent Preferences</a>`,
},
] satisfies Preset.ThemeConfig["footer"]["links"],
logo: {
alt: "Ory logo in white",
src: "/docs/img/logos/logo-ory-white-2022-11-04.svg",
Expand Down

0 comments on commit 35f0685

Please sign in to comment.