MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / loadFooter

Function loadFooter

web/src/components/layout/Footer.js:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 const isDemoSiteMode = statusState?.status?.demo_site_enabled || false;
14
15 const loadFooter = () => {
16 let footer_html = localStorage.getItem('footer_html');
17 if (footer_html) {
18 setFooter(footer_html);
19 }
20 };
21
22 const currentYear = new Date().getFullYear();
23

Callers 1

Footer.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected