From 20848c3b1715ad10b289b0eac590d3c850988436 Mon Sep 17 00:00:00 2001 From: Swapnal Date: Wed, 23 Dec 2020 12:54:45 +0530 Subject: [PATCH 1/2] all typos are fixed in homepage --- .../src/components/ContactUsForm/ContactUsForm.jsx | 2 +- fact-bounty-client/src/pages/Landing/Landing.jsx | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/fact-bounty-client/src/components/ContactUsForm/ContactUsForm.jsx b/fact-bounty-client/src/components/ContactUsForm/ContactUsForm.jsx index 8b70db1a..678e0d1e 100644 --- a/fact-bounty-client/src/components/ContactUsForm/ContactUsForm.jsx +++ b/fact-bounty-client/src/components/ContactUsForm/ContactUsForm.jsx @@ -39,7 +39,7 @@ class ContactUsForm extends Component { return (

Contact Us

-

Feel free to contact us for any inquiries or feedback

+

Feel free to contact us for any inquiries or feedback!

Fact Bounty

- Fact Bounty is a crowd sourced based fact checking platform. - Using Fact Bounty, you will be able to find out the truth and - minimize spread of false news and roumors + Fact Bounty is a crowdsourced based fact-checking platform. Using Fact Bounty, you will be able to find out the truth and minimize the spread of false news and rumors.

@@ -210,9 +207,7 @@ class Landing extends Component { VOTE

Vote News Posts

- Users can upvote, down vote or put an neutral vote to new - posts listed in fact bounty, which will be used to validate - the facts stated in the news + Users can upvote, downvote, or put a neutral vote to new posts listed in fact bounty, which will be used to validate the facts stated in the news.

@@ -224,8 +219,7 @@ class Landing extends Component { VISUALIZE

Visualize News Post Stats

- View charts and graphs to see in a visual representations of - roumor spread and news source validity + View charts and graphs to see visual representations of rumor spread and news source validity.

From cbd5873972401d891028b010fabe12a793953ba7 Mon Sep 17 00:00:00 2001 From: Swapnal Date: Sat, 26 Dec 2020 16:38:40 +0530 Subject: [PATCH 2/2] updated venv command #441 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdf15354..9ddd1e70 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The recent decade has witnessed the birth of social media ecosystems that brings For *Windows* you can use - ``` - venv/Scipts/activate.bat + venv\Scipts\activate.bat ``` - #### Environment Variables