This commit is contained in:
MotorTruck1221 2024-04-18 14:41:56 -06:00
parent 7c88e0bc5d
commit 426c86a451
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -40,9 +40,7 @@ export default function App() {
<div className="z-30 h-full w-full"> <div className="z-30 h-full w-full">
<Routes /> <Routes />
</div> </div>
<div <div className={`z-20 h-full w-full ${!background && "bg-primary"}`}>
className={`z-20 h-full w-full ${!background && "bg-primary"}`}
>
{init && particlesUrl !== "none" && ( {init && particlesUrl !== "none" && (
<Particles <Particles
id="tsparticles" id="tsparticles"