Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed Sep 12, 2024
2 parents 469829c + fb74a9b commit ed9f628
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions client/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,7 @@ function IndexPage(props: {
if (orgPermloading) {
<div className={styles.loadingWindow}>
<div className={styles.loadingContent}>
<CircularProgress
data-cy="loading"
style={{ color: styleHeaderColor }}
size={150}
/>
<CircularProgress data-cy="loading" size={150} />
<div className={styles.loadingIndicatorContent}></div>
</div>
</div>;
Expand All @@ -574,11 +570,7 @@ function IndexPage(props: {
{!isLoadComplete(configLoadStatus) || !curMentor ? (
<div className={styles.loadingWindow}>
<div className={styles.loadingContent}>
<CircularProgress
data-cy="loading"
style={{ color: styleHeaderColor }}
size={150}
/>
<CircularProgress data-cy="loading" size={150} />
<div className={styles.loadingIndicatorContent}></div>
</div>
</div>
Expand Down

0 comments on commit ed9f628

Please sign in to comment.