Skip to content

Commit

Permalink
centre loader
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-peerdb committed Dec 18, 2023
1 parent da79005 commit 8439d92
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ui/app/mirrors/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ export default function Mirrors() {
</Header>
</Panel>
{isLoading && (
<div className='h-screen flex items-center justify-center'>
<ProgressCircle variant='determinate_progress_circle' />
</div>
<Panel>
<div className='h-screen flex items-center justify-center'>
<ProgressCircle variant='determinate_progress_circle' />
</div>
</Panel>
)}
{!isLoading && (
<Panel>
Expand Down

0 comments on commit 8439d92

Please sign in to comment.