Skip to content

Commit

Permalink
remove loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
issam-seghir committed Dec 13, 2023
1 parent 08b5a4e commit 7f9eb19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/jsx/pages/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ function App() {

<Seo title={title} description={description} name={name} type={type} />

{loading ? (
{/* {loading ? (
<Loading />
) : (
) : ( */}
<Sheet
variant="plain"
className={status.bgBlurAll ? "bg-rainbow-blur" : ""}
Expand Down Expand Up @@ -163,7 +163,7 @@ function App() {
<Outlet />
</Box>
</Sheet>
)}
{/* )} */}
</HelmetProvider>
</CssVarsProvider>
);
Expand Down

0 comments on commit 7f9eb19

Please sign in to comment.