mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-08-28 19:27:15 +00:00
fix singlequote
This commit is contained in:
@@ -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 <div id='footer'>{process.env.REACT_APP_FOOTER}</div>;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user