From 7898e93faff27ea2525d03e8c10e5a3f7b337c5b Mon Sep 17 00:00:00 2001 From: "Jason R. Stevens, CFA" Date: Wed, 2 Feb 2022 22:07:43 -0600 Subject: [PATCH] :art: add transition + group hover animation [sc-699] --- components/Sections/FactCards.jsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/components/Sections/FactCards.jsx b/components/Sections/FactCards.jsx index 1d5434a..c3bb071 100644 --- a/components/Sections/FactCards.jsx +++ b/components/Sections/FactCards.jsx @@ -5,15 +5,18 @@ export default function FactCards({ factCardsContent }) {
{factCardsContent?.map(({ title, description }, index) => { return ( -
-
- +
+
+ {index + 1} -

+

{title}

-

+

{description}