From b57ec09318d390f83f1385245ebaa081548fd547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Faruk=20Ate=C5=9F?= Date: Wed, 1 Jul 2020 17:19:28 -0700 Subject: [PATCH] Properly mark up and explain the DAO abbreviation + Useful for people new to the concept of DAOs; + Makes the page more accessible; + Also fixes a typo in "community". --- src/pages/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index ad82dea..8721e40 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -13,7 +13,7 @@ const features = [ imageUrl: 'img/new-aragon-logo.png', description: ( <> - AraCred lets you provide top-down support to your commuinty while disbursing tokens in a bottom-up manner based on contributions and engagement. + AraCred lets you provide top-down support to your community while disbursing tokens in a bottom-up manner based on contributions and engagement. ), }, @@ -31,7 +31,7 @@ const features = [ imageUrl: 'img/logo.png', description: ( <> - AraCred runs SourceCred on all the things, then mints tokens for contributors in an Aragon DAO. This way your community is recognized, rewarded, and empowered based on their contributions. + AraCred runs SourceCred on all the things, then mints tokens for contributors in an Aragon DAO. This way your community is recognized, rewarded, and empowered based on their contributions. ), },