diff --git a/app/src/components/AppCard.tsx b/app/src/components/AppCard.tsx index e22c52566..b80f165bc 100644 --- a/app/src/components/AppCard.tsx +++ b/app/src/components/AppCard.tsx @@ -22,44 +22,46 @@ const AppCard: React.FC = ({ selected }) => { return ( - - + - - - -

{title}

- {description} -
- - - -
- {( - + + + +

{title}

+ {description} +
+ + + +
+ {( + - {background && } - - )} -
-
+ > + {background && } + + )} + + + ); }