Removed Devider generaly between grid items.

Signed-off-by: Linnéa Ivansson <linnea.ivansson01@gmail.com>
This commit is contained in:
Linnéa Ivansson
2022-11-23 10:17:48 +01:00
parent 53c7a9e7d6
commit fd0b42cb27
@@ -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>