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

TYPO FIX #124

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 3 additions & 3 deletions src/pages/Landing/src/components/sections/FeaturesSplit.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const FeaturesSplit = ({
const sectionHeader = {
title: "Why choose us?",
paragraph:
"We use the best future technologies, to ensure we handle your data ethically and with atmost care",
"We use the best future technologies, to ensure that we handle your data ethically and with utmost care",
};

return (
Expand All @@ -71,8 +71,8 @@ const FeaturesSplit = ({
<h3 className="mt-0 mb-12">Blockchain</h3>
<p className="m-0">
All user data is stored on the Etherum Blockchain, this
ensures all data is decentralized and never suceptible to
hacks. Only the usernamne and public key are stored in smart
ensures that all the data is decentralized and never suceptible to
hacks. Only the usernamne and public key are stored in the smart
contract. This ensure user anonymity and complete privacy.
</p>
</div>
Expand Down