Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 22, 2023
1 parent efbde10 commit a167cdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ui/src/pages/Home/components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ const Features: React.FC = () => {
<Col xs={24} lg={8} className={style.home__features}>
<Space direction="vertical">
<Typography.Title>
Binary tree offers some cool feature
BinaryTree comes packed with some awesome features
</Typography.Title>
<p>
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
</p>

<Button>Get Started</Button>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/Home/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Hero: React.FC = () => {
ever-growing number of features
</a>{" "}
(currently <b>{FEATURE_DATA.length}</b>), our platform is
constantly evolving to meet the needs of developers like you.
constantly evolving to meet the needs of developers like you
</Typography.Paragraph>
</section>
);
Expand Down

0 comments on commit a167cdf

Please sign in to comment.