From 34c0df80e52283a994483aaa323006e5e51c3106 Mon Sep 17 00:00:00 2001 From: Akhil Soni <58397226+akhil-maker@users.noreply.github.com> Date: Fri, 7 Oct 2022 17:11:32 +0530 Subject: [PATCH 1/2] Update Landing.js --- components/core/Landing.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/core/Landing.js b/components/core/Landing.js index 11e8a4a..0c36541 100644 --- a/components/core/Landing.js +++ b/components/core/Landing.js @@ -505,11 +505,11 @@ const Landing = ({ setOpen, user, setUser }) => { -

Create, Export, Share, and Use any Shapes of your choice.

+

Create, Export, Share and Use any Shapes of your choice.

TryShape is an opensource platform to create shapes of your choice using a simple, - easy-to-use interface. You can create banners, circles, polygonal shapes, export them as - SVG, PNG, and even as CSS. + easy-to-use interface. You can create banners, circles, polygonal shapes and export them as + SVG, PNG and even as CSS.

From c6be2d4b8a9cdb5302918d9d08646c923064ba01 Mon Sep 17 00:00:00 2001 From: Akhil Soni <58397226+akhil-maker@users.noreply.github.com> Date: Fri, 7 Oct 2022 17:15:18 +0530 Subject: [PATCH 2/2] Update css with some typos --- components/core/Landing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/Landing.js b/components/core/Landing.js index 0c36541..70340b4 100644 --- a/components/core/Landing.js +++ b/components/core/Landing.js @@ -357,7 +357,7 @@ const FeatureCardItem = styled.div` } .card-desc { - margin: 0; + margin: 1px; font-size: var(--fs-rg); text-align: center; }