mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
Format
This commit is contained in:
parent
7c88e0bc5d
commit
426c86a451
1 changed files with 1 additions and 3 deletions
|
@ -40,9 +40,7 @@ export default function App() {
|
|||
<div className="z-30 h-full w-full">
|
||||
<Routes />
|
||||
</div>
|
||||
<div
|
||||
className={`z-20 h-full w-full ${!background && "bg-primary"}`}
|
||||
>
|
||||
<div className={`z-20 h-full w-full ${!background && "bg-primary"}`}>
|
||||
{init && particlesUrl !== "none" && (
|
||||
<Particles
|
||||
id="tsparticles"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue