diff --git a/components/Card.tsx b/components/Card.tsx index a8e38c54b..7a3cf9508 100644 --- a/components/Card.tsx +++ b/components/Card.tsx @@ -40,21 +40,21 @@ const CardBody = ({ }; return ( - + {image && ( -
+
{title}
)} -
+
{icon && ( = ({ link, ...props }) => { return link ? ( - + ) : ( diff --git a/pages/index.page.tsx b/pages/index.page.tsx index 7d1f54735..d26c12f99 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -240,6 +240,8 @@ const Home = (props: any) => { Landscape {' '} @@ -375,7 +377,11 @@ const Home = (props: any) => {
- +

Join the JSON Schema Slack Workspace! {isClient && ( @@ -411,7 +417,9 @@ const Home = (props: any) => {