From 49047a03b71429321b328ecb5ffe0e2c4e728a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Colin?= Date: Thu, 8 Feb 2024 15:03:18 +0100 Subject: [PATCH] avoid glitch and fix custom app card layout bug --- app/src/components/AppCard.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/components/AppCard.tsx b/app/src/components/AppCard.tsx index 64ec2fbbe..6d8f64257 100644 --- a/app/src/components/AppCard.tsx +++ b/app/src/components/AppCard.tsx @@ -37,10 +37,11 @@ const AppCard: React.FC = ({ - - + + +

{title}

- {description} + {description}