Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proofread utopia-ui.tsx #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/components/HomepageFeatures/utopia-ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/map.svg').default,
description: (
<>
The Map is the crystallization point between real and virtual world where everything comes together.
The map is the crystallization point between real and virtual world where everything comes together
</>
),
},
Expand All @@ -23,7 +23,7 @@ const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/profiles.svg').default,
description: (
<>
Profiles allow users to intodruce them self to the community
Profiles allow users to introduce themselves to the community
</>
),
},
Expand All @@ -32,7 +32,7 @@ const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/market.svg').default,
description: (
<>
Browse all Offers and Needs in the categorized p2p Market Place
Browse all offers and needs in the categorized p2p market place
</>
),
},
Expand All @@ -50,12 +50,12 @@ const FeatureList: FeatureItem[] = [
Svg: require('@site/static/img/friends.svg').default,
description: (
<>
Customize your App and manage your personal Network of Friends and Groups
Customize your app and manage your personal network of friends and groups
</>
),
},
{
title: 'Tags and Colors Components',
title: 'Tags and Color Components',
Svg: require('@site/static/img/tags.svg').default,
description: (
<>
Expand Down