From 9a3328e44d0a395488bdd6ea89aad503cb8ae977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cintia=20S=C3=A1nchez=20Garc=C3=ADa?= Date: Mon, 5 Feb 2024 19:45:57 +0100 Subject: [PATCH] Fix issue with loading animation (#486) Signed-off-by: Cintia Sanchez Garcia --- web/src/layout/explore/index.tsx | 76 +++++++++++++++++--------------- 1 file changed, 40 insertions(+), 36 deletions(-) diff --git a/web/src/layout/explore/index.tsx b/web/src/layout/explore/index.tsx index f1e59ae7..3aecb64f 100644 --- a/web/src/layout/explore/index.tsx +++ b/web/src/layout/explore/index.tsx @@ -408,7 +408,7 @@ const Explore = (props: Props) => { }); return ( - +
@@ -588,7 +588,7 @@ const Explore = (props: Props) => { />
- +
<> @@ -613,15 +613,17 @@ const Explore = (props: Props) => { -
- -
+ +
+ +
+
@@ -638,31 +640,33 @@ const Explore = (props: Props) => { )} - - } - > - - {(group: Group) => { - return ( - - ); - }} - + + + } + > + + {(group: Group) => { + return ( + + ); + }} + +