Skip to content

Commit

Permalink
fix: Add a style deleted by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Jan 16, 2024
1 parent ee1eb43 commit 1e25ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ const App = ({ accounts, konnectors, triggers }) => {
<MoveModal />
<HeroHeader />
{hasError && (
<Main className="main-loader">
<Main className="u-flex u-flex-items-center u-flex-justify-center">
<Failure errorType="initial" />
</Main>
)}
{isFetching && (
<Main className="main-loader">
<Main className="u-flex u-flex-items-center u-flex-justify-center">
<Spinner size="xxlarge" />
</Main>
)}
Expand Down

0 comments on commit 1e25ce5

Please sign in to comment.