Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,17 +316,13 @@ const config = {
label: 'Contact Us',
href: 'https://estuary.dev/contact-us/',
},
{
html: '<a class="footer__link-item" href="#" onclick="(function(){ try { window.cookiefirst_show_settings(); } catch(e) { alert(\'Failed to open Cookie Preferences. CookieFirst has not yet loaded.\'); } })();">Manage Cookie Preferences</a>',
},
],
},
],
copyright: `
<p style="display:flex;" >
<a class="footer__link-item" href="#" onclick="(function(){ try { window.cookiefirst_show_settings(); } catch(e) { alert('Failed to open Cookie Preferences. CookieFirst has not yet loaded.'); } })();">Manage Cookie Preferences</a>
</p>
<p>
Copyright © ${new Date().getFullYear()} Estuary Technologies, Inc. Built with Docusaurus
</p>
`,
copyright: `Copyright © ${new Date().getFullYear()} Estuary Technologies, Inc. Built with Docusaurus`,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Putting HTML in here can cause issues due to the new Date stuff 🤦

},
prism: {
theme: lightCodeTheme,
Expand Down
Loading