Skip to content

Commit

Permalink
labor: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
duc-beluga committed Mar 12, 2024
1 parent 2fbe120 commit 93d7fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function App() {
<Navbar />
<MainContainer>
<Suspense
fallback={<div className="text-5xl font-bold">Loading....</div>}
fallback={<div className="text-5xl font-bold">Loading...</div>}
>
{routes}
</Suspense>
Expand Down

0 comments on commit 93d7fb1

Please sign in to comment.