This commit is contained in:
sageTheDM 2025-01-07 14:04:37 +01:00
parent bf69abdcc5
commit ddccb4551a

View file

@ -45,7 +45,6 @@ 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');
@ -66,3 +65,5 @@ style.textContent = `
} }
`; `;
document.head.appendChild(style); document.head.appendChild(style);
// @license-end