diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx index d971144d1..1536cbfb5 100644 --- a/src/components/AppShelf/AppShelf.tsx +++ b/src/components/AppShelf/AppShelf.tsx @@ -11,7 +11,7 @@ const AppShelf = (props: any) => { return ( {config.services.map((service) => ( - + ))} @@ -33,16 +33,9 @@ export function AppShelfItem(props: any) { setHovering(false); }} > - + - + {service.name}