Skip to content
Snippets Groups Projects
Commit b1fc1c84 authored by Sina Rohde's avatar Sina Rohde
Browse files

fdo details preview on LP

parent cb8f09a6
No related branches found
No related tags found
1 merge request!5F fdo details
Pipeline #55738 failed
import * as React from 'react' import * as React from 'react'
import Box from '@mui/material/Box' import Box from '@mui/material/Box'
import Typography from '@mui/material/Typography' import Typography from '@mui/material/Typography'
import Details from './fdos/details'
export default function Types () { export default function Content () {
return ( return (
<Box sx={{ width: '100%', maxWidth: 500 }}> <Box sx={{ width: '100%', maxWidth: 500 }}>
<Typography variant="subtitle1" gutterBottom> <Typography variant="subtitle1" gutterBottom>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos Get a short preview of an FDO in detail:
blanditiis tenetur
</Typography> </Typography>
<Typography variant="body1" gutterBottom>
Dies ist ein spannendes FDO.
</Typography>
<Typography variant="button" display="block" gutterBottom> <Details/>
button text
</Typography>
<Typography variant="caption" display="block" gutterBottom>
caption text
</Typography>
<Typography variant="overline" display="block" gutterBottom>
overline text
</Typography>
</Box> </Box>
) )
} }
...@@ -8,6 +8,7 @@ import Content from '@components/Content' ...@@ -8,6 +8,7 @@ import Content from '@components/Content'
import Typography from '@mui/material/Typography' import Typography from '@mui/material/Typography'
import Divider from '@mui/material/Divider' import Divider from '@mui/material/Divider'
import FDOImage from '@components/FDOImage' import FDOImage from '@components/FDOImage'
import Link from '@mui/material/Link'
const Item = styled(Paper)(({ theme }) => ({ const Item = styled(Paper)(({ theme }) => ({
backgroundColor: theme.palette.mode === 'dark' ? '#1A2027' : '#fff', backgroundColor: theme.palette.mode === 'dark' ? '#1A2027' : '#fff',
...@@ -42,7 +43,7 @@ export default function RowAndColumnSpacing () { ...@@ -42,7 +43,7 @@ export default function RowAndColumnSpacing () {
Or just start from the overview of the FDO Manager by clicking here: Or just start from the overview of the FDO Manager by clicking here:
</Typography><br/> </Typography><br/>
<Typography variant="button" display="block" gutterBottom fontSize={19}> <Typography variant="button" display="block" gutterBottom fontSize={19}>
Enter FDO Manager <Link href='./fdo'>Enter FDO Manager</Link>
</Typography> </Typography>
</Item> </Item>
</Grid> </Grid>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment