From dc5ee3bdf3cacdb1bf47d68ad79199e96c2122fb Mon Sep 17 00:00:00 2001 From: ajnart Date: Wed, 18 May 2022 22:51:12 +0200 Subject: [PATCH] :sparkles: Add animations to the AppShelf --- src/components/AppShelf/AppShelf.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx index 41ac8baf5..cd4a97d78 100644 --- a/src/components/AppShelf/AppShelf.tsx +++ b/src/components/AppShelf/AppShelf.tsx @@ -36,6 +36,11 @@ export function AppShelfItem(props: any) { const { classes, theme } = useStyles(); return ( { setHovering(true);