docs: cookie-banner-link (#8179)

cookie-banner-link
This commit is contained in:
Mendon Kissling 2025-05-22 10:58:57 -04:00 committed by GitHub
commit 501660d742
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -358,7 +358,7 @@ const config = {
{ {
html: `<div class="footer-links"> html: `<div class="footer-links">
<span>© ${new Date().getFullYear()} Langflow</span> <span>© ${new Date().getFullYear()} Langflow</span>
<span id="preferenceCenterContainer"> ·&nbsp; <a href="/cookies">Manage Privacy Choices</a></span> <span id="preferenceCenterContainer"> ·&nbsp; <a href="https://langflow.org/preferences">Manage Privacy Choices</a></span>
</div>`, </div>`,
}, },
], ],