Fix annoying bullshit

This commit is contained in:
rift 2024-04-20 12:29:43 -05:00
parent 89b93549cb
commit b12c75fe21

View file

@ -33,14 +33,14 @@ export default function App() {
console.log(container); console.log(container);
}; };
return ( return (
<div> <div className={!background && "bg-primary"}>
{window.location.origin === "https://nebulaproxy.io" && <Meta />} {window.location.origin === "https://nebulaproxy.io" && <Meta />}
{/* {window.location.origin === "http://localhost:8080" && <Meta />} */} {/* {window.location.origin === "http://localhost:8080" && <Meta />} */}
<Suspense fallback={<LoadSuspense />}> <Suspense fallback={<LoadSuspense />}>
<div className="z-30 h-full w-full"> <div className="z-30 fixed h-full w-full">
<Routes /> <Routes />
</div> </div>{" "}
<div className={`z-20 h-full w-full ${!background && "bg-primary"}`}> <div className={`z-20 h-full fixed w-full ${!background && "bg-primary"}`}>
{init && particlesUrl !== "none" && ( {init && particlesUrl !== "none" && (
<Particles <Particles
id="tsparticles" id="tsparticles"