Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Feb 28, 2024
1 parent 1473d95 commit 4c7e892
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ const ThemedNewfoldInterfaceSkeleton = themeToggleHOC(

const SiteGen = () => {
const [ failedApi, setFailedApi ] = useState( [] );

useEffect( () => {
document.body.classList.add( `nfd-brand-${ newfoldBrand }` );
}, [ newfoldBrand ] );
const location = useLocation();

const {
Expand Down

0 comments on commit 4c7e892

Please sign in to comment.