From a167cdfc481a9012482979253c047c95615b7776 Mon Sep 17 00:00:00 2001 From: lifeparticle Date: Fri, 22 Sep 2023 19:53:44 +1000 Subject: [PATCH] refactor --- ui/src/pages/Home/components/Features.tsx | 8 ++++---- ui/src/pages/Home/components/Hero.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/pages/Home/components/Features.tsx b/ui/src/pages/Home/components/Features.tsx index a1412e3a..ebfc35bb 100644 --- a/ui/src/pages/Home/components/Features.tsx +++ b/ui/src/pages/Home/components/Features.tsx @@ -10,12 +10,12 @@ const Features: React.FC = () => { - Binary tree offers some cool feature + BinaryTree comes packed with some awesome features

- In daily uses you need some cool tools to develop modern - application, hope binary tree help you to develop - application smoothly + For everyday development of contemporary applications, + you might require some innovative tools. BinaryTree can + streamline your application development process

diff --git a/ui/src/pages/Home/components/Hero.tsx b/ui/src/pages/Home/components/Hero.tsx index ad2887f6..b88032cd 100644 --- a/ui/src/pages/Home/components/Hero.tsx +++ b/ui/src/pages/Home/components/Hero.tsx @@ -18,7 +18,7 @@ const Hero: React.FC = () => { ever-growing number of features {" "} (currently {FEATURE_DATA.length}), our platform is - constantly evolving to meet the needs of developers like you. + constantly evolving to meet the needs of developers like you );