From f5eb36ff0092730a8a5385b34595fafb5a00b816 Mon Sep 17 00:00:00 2001 From: ajnart Date: Mon, 16 May 2022 22:48:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Update=20styling=20of=20AppShelf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AppShelf/AppShelf.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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}