Skip to content

Commit

Permalink
fix: Update features
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Mar 13, 2024
1 parent bb72afc commit fad0287
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>

No complicated settings, working right after installation.
</>
),
},
{
title: 'Work together in Real-Time',
title: 'Work Together in Real-Time',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: (
<>
All changes in cards or boards are shown in Real-Time to your colleagues
All changes in cards or boards are shown in real-time to your colleagues.
</>
),
},
{
title: 'Blacing fast',
title: 'Blazing Fast',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: (
<>
Expand Down

0 comments on commit fad0287

Please sign in to comment.