Compare commits

..

1 commit
main ... main

View file

@ -45,6 +45,7 @@ class Footer extends HTMLElement {
customElements.define('footer-component', Footer); customElements.define('footer-component', Footer);
// @license-end
// CSS for the hidden button // CSS for the hidden button
const style = document.createElement('style'); const style = document.createElement('style');
@ -65,5 +66,3 @@ style.textContent = `
} }
`; `;
document.head.appendChild(style); document.head.appendChild(style);
// @license-end