Skip to content

Commit 4040625

Browse files
authored
fix: consent preferences button (#2112)
1 parent 232b2d6 commit 4040625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const config: Config = {
120120
href: "https://www.ory.sh/contact/",
121121
},
122122
{
123-
html: `<a class="ory-consent-manager footer__link-item" href="#">Consent Preferences</a>`,
123+
html: `<button class="footer__link-item" onClick="window.__showOryConsentDialog()">Consent Preferences</button>`,
124124
},
125125
] satisfies Preset.ThemeConfig["footer"]["links"],
126126
logo: {

0 commit comments

Comments
 (0)