Skip to content

Commit

Permalink
chore: tweak secure feature copy
Browse files Browse the repository at this point in the history
  • Loading branch information
samajammin committed Dec 5, 2023
1 parent 9e930a8 commit e259bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const FeatureList: FeatureItem[] = [
Svg: require("@site/static/img/undraw_docusaurus_mountain.svg").default,
description: (
<>
MACI was designed to be a secure voting system. It is built on top of the Ethereum blockchain which ensures
votes cannot faked, censored, or tampered with.
MACI was designed to be a secure voting system. It's built using smart contracts on the Ethereum blockchain
which ensures votes cannot faked, censored, or tampered with.
</>
),
},
Expand Down

0 comments on commit e259bef

Please sign in to comment.