From 2d897a8eef041057c5330f5d2d1cc7b076b7f7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Rodrigues?= <93675410+MarioRodrigues10@users.noreply.github.com> Date: Fri, 24 Nov 2023 21:25:58 +0000 Subject: [PATCH] feat: speakers open animation (#581) --- .../components/Schedule/Table/Block/index.jsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/layout/Speakers/components/Schedule/Table/Block/index.jsx b/layout/Speakers/components/Schedule/Table/Block/index.jsx index ecdd5481..34af5668 100644 --- a/layout/Speakers/components/Schedule/Table/Block/index.jsx +++ b/layout/Speakers/components/Schedule/Table/Block/index.jsx @@ -91,8 +91,15 @@ export default function Block({ - -

{description}

+
+

+ {description} +

+
); }