From e12023ddd86468c256f943ecb06dd07d1b6d11a9 Mon Sep 17 00:00:00 2001 From: Sylvain Tremblay Date: Mon, 27 May 2024 13:55:11 -0400 Subject: [PATCH] feat(DevSpacesPlugin): Adjusted plugin style a little --- .../components/DevspacesComponent/DevspacesComponent.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sreez-showcase/plugins/devspaces-plugin/src/components/DevspacesComponent/DevspacesComponent.tsx b/sreez-showcase/plugins/devspaces-plugin/src/components/DevspacesComponent/DevspacesComponent.tsx index 136877b..372500f 100644 --- a/sreez-showcase/plugins/devspaces-plugin/src/components/DevspacesComponent/DevspacesComponent.tsx +++ b/sreez-showcase/plugins/devspaces-plugin/src/components/DevspacesComponent/DevspacesComponent.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { useEntity } from '@backstage/plugin-catalog-react' -import { Typography, Grid, Divider, Paper, Card, CardHeader, CardContent } from '@material-ui/core'; +import { Typography, Box, Grid, Divider, Paper, Card, CardHeader, CardContent } from '@material-ui/core'; import { InfoCard, Header, @@ -25,8 +25,8 @@ export const DevspacesComponent = () => { - - + {/**/} + OpenShift DevSpaces }/>