diff --git a/client/src/components/footer.tsx b/client/src/components/footer.tsx index 29b3aa9..8f818b1 100644 --- a/client/src/components/footer.tsx +++ b/client/src/components/footer.tsx @@ -3,7 +3,7 @@ import React from 'react'; export default function Footer() { if (process.env.REACT_APP_FOOTER) { - document.body.style.setProperty("--footer-height", "17px"); + document.body.style.setProperty('--footer-height', '17px'); return
; } return null;