mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 13:00:01 -04:00
Fix annoying bullshit
This commit is contained in:
parent
89b93549cb
commit
b12c75fe21
1 changed files with 4 additions and 4 deletions
|
@ -33,14 +33,14 @@ export default function App() {
|
|||
console.log(container);
|
||||
};
|
||||
return (
|
||||
<div>
|
||||
<div className={!background && "bg-primary"}>
|
||||
{window.location.origin === "https://nebulaproxy.io" && <Meta />}
|
||||
{/* {window.location.origin === "http://localhost:8080" && <Meta />} */}
|
||||
<Suspense fallback={<LoadSuspense />}>
|
||||
<div className="z-30 h-full w-full">
|
||||
<div className="z-30 fixed h-full w-full">
|
||||
<Routes />
|
||||
</div>
|
||||
<div className={`z-20 h-full w-full ${!background && "bg-primary"}`}>
|
||||
</div>{" "}
|
||||
<div className={`z-20 h-full fixed w-full ${!background && "bg-primary"}`}>
|
||||
{init && particlesUrl !== "none" && (
|
||||
<Particles
|
||||
id="tsparticles"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue