Skip to content

Commit

Permalink
adjustment to the files requested by Glauber during the Pull Request …
Browse files Browse the repository at this point in the history
…review
  • Loading branch information
jandsonrj committed Nov 29, 2023
1 parent f0c8443 commit 327f1fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 57 deletions.
6 changes: 3 additions & 3 deletions frontend/pages/specz_catalogs.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React from 'react'
import { Typography } from '@mui/material'
import { Typography, Box } from '@mui/material'

function SpeczCatalogs() {
return (
<div style={{ textAlign: 'center' }}>
<Box sx={{ textAlign: 'center' }}>
<Typography variant="h4">Coming soon...</Typography>
</div>
</Box>
)
}

Expand Down
6 changes: 3 additions & 3 deletions frontend/pages/training_set_maker.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React from 'react'
import { Typography } from '@mui/material'
import { Typography, Box } from '@mui/material'

function TrainingSetMaker() {
return (
<div style={{ textAlign: 'center' }}>
<Box sx={{ textAlign: 'center' }}>
<Typography variant="h4">Coming soon...</Typography>
</div>
</Box>
)
}

Expand Down
51 changes: 0 additions & 51 deletions frontend/styles/pages/banner.js

This file was deleted.

0 comments on commit 327f1fb

Please sign in to comment.