Removed Devider generaly between grid items.
Signed-off-by: Linnéa Ivansson <linnea.ivansson01@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
import { Divider, Grid, Typography } from '@material-ui/core';
|
||||
import { Grid, Typography } from '@material-ui/core';
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
import { ErrorPanel } from './ErrorPanel';
|
||||
import { ErrorReporting } from './ErrorReporting';
|
||||
@@ -82,9 +82,6 @@ export const KubernetesContent = ({
|
||||
<Grid item>
|
||||
<ErrorReporting detectedErrors={detectedErrors} />
|
||||
</Grid>
|
||||
<Grid item>
|
||||
<Divider />
|
||||
</Grid>
|
||||
<Grid item>
|
||||
<Typography variant="h3">Your Clusters</Typography>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user