We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232b2d6 commit 4040625Copy full SHA for 4040625
docusaurus.config.ts
@@ -120,7 +120,7 @@ const config: Config = {
120
href: "https://www.ory.sh/contact/",
121
},
122
{
123
- html: `<a class="ory-consent-manager footer__link-item" href="#">Consent Preferences</a>`,
+ html: `<button class="footer__link-item" onClick="window.__showOryConsentDialog()">Consent Preferences</button>`,
124
125
] satisfies Preset.ThemeConfig["footer"]["links"],
126
logo: {
0 commit comments