Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
feat: update main page text
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Feb 15, 2022
1 parent 273c128 commit 15d9ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/homepage-features/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ArrowOutside from '../../../static/img/icons/arrow-outside.svg';

const FeatureList = [
{
title: 'Aggregation protocol V4',
title: 'Aggregation Protocol V4',
description: 'The 1inch Aggregation Protocol facilitates cost-efficient and secure swap transactions across multiple liquidity sources',
image: (
<div className={clsx(styles.featureCardImage, styles.aggregationProtocolImage)}/>
Expand Down Expand Up @@ -35,7 +35,7 @@ const FeatureList = [
]
},
{
title: 'Limit order protocol V2',
title: 'Limit Order Protocol V2',
description: 'The 1inch Limit Order Protocol facilitates the most innovative and flexible limit order swap opportunities in DeFi',
image: (
<div className={clsx(styles.featureCardImage, styles.limitOrderProtocolImage)}/>
Expand Down

0 comments on commit 15d9ac9

Please sign in to comment.