diff --git a/apps/meteor/client/components/Card/Card.tsx b/apps/meteor/client/components/Card/Card.tsx index e0b0aa38052f..70439c176700 100644 --- a/apps/meteor/client/components/Card/Card.tsx +++ b/apps/meteor/client/components/Card/Card.tsx @@ -8,9 +8,7 @@ type CardProps = { const Card: FC = ({ variant, ...props }: CardProps) => ( {children}; +const CardFooter: FC = ({ children }) => {children}; export default CardFooter; diff --git a/apps/meteor/client/views/home/DefaultHomePage.tsx b/apps/meteor/client/views/home/DefaultHomePage.tsx index 8c32b27b247b..a3fcd8495d98 100644 --- a/apps/meteor/client/views/home/DefaultHomePage.tsx +++ b/apps/meteor/client/views/home/DefaultHomePage.tsx @@ -26,10 +26,10 @@ const DefaultHomePage = (): ReactElement => { - + {t('Welcome_to', { Site_Name: workspaceName || 'Rocket.Chat' })} - + {t('Some_ideas_to_get_you_started')}