Skip to content

Commit

Permalink
remove circularprogress 'loading'
Browse files Browse the repository at this point in the history
  • Loading branch information
jandsonrj committed Nov 29, 2023
1 parent 90b9fa6 commit f0c8443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions frontend/pages/specz_catalogs.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import React from 'react'
import { Typography, CircularProgress } from '@mui/material'
import { Typography } from '@mui/material'

function SpeczCatalogs() {
return (
<div style={{ textAlign: 'center' }}>
<Typography variant="h4">Coming soon...</Typography>
<CircularProgress style={{ marginTop: '20px' }} />
</div>
)
}
Expand Down
3 changes: 1 addition & 2 deletions frontend/pages/training_set_maker.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import React from 'react'
import { Typography, CircularProgress } from '@mui/material'
import { Typography } from '@mui/material'

function TrainingSetMaker() {
return (
<div style={{ textAlign: 'center' }}>
<Typography variant="h4">Coming soon...</Typography>
<CircularProgress style={{ marginTop: '20px' }} />
</div>
)
}
Expand Down

0 comments on commit f0c8443

Please sign in to comment.