diff --git a/demo.js b/demo.js index c866e50..8bca1b8 100644 --- a/demo.js +++ b/demo.js @@ -13,7 +13,7 @@ const data = { content: 'Cookie from Matamo for Website-Analytics. Creates statiscial Data how the User uses this Website', provider: 'Tentakelfabrik.de', duration: '1 Year', - privacy_policy: 'http://this', + privacy_policy: 'https://tentakelfabrik.de/datenschutzerklarung', handleAgree: function() { console.log('agree'); }, diff --git a/demo.scss b/demo.scss index 6058745..510de5b 100644 --- a/demo.scss +++ b/demo.scss @@ -19,6 +19,8 @@ color: white; &__inner { + margin: 0 auto; + max-width: 1280px; padding: 2em; } diff --git a/src/TinyConsent.riot b/src/TinyConsent.riot index 78152b8..7abf1a3 100644 --- a/src/TinyConsent.riot +++ b/src/TinyConsent.riot @@ -27,6 +27,7 @@
  • { state.options.text.footer__provider } { cookie.provider }
  • { state.options.text.footer__name } { cookie.name }
  • { state.options.text.footer__duration } { cookie.duration }
  • +
  • { state.options.text.footer__url }
  • @@ -79,7 +80,8 @@ button__close : 'Close', footer__name: 'Cookie Name', footer__provider: 'Provider', - footer__duration: 'Cookie Duration' + footer__duration: 'Cookie Duration', + footer__privacy_policy: 'Privacy Policy' } }, isOpen: false,