Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #123 from col000r/patch-1
Browse files Browse the repository at this point in the history
Fixed typo: Croudfunding >> Crowdfunding
  • Loading branch information
danielailie authored Aug 23, 2021
2 parents 4fe9d64 + 842e006 commit f6ed8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-crowdfunding/src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Home = () => {
<PageState svgComponent={<></>} spin /> :

<div className="row w-100 d-flex flex-column login__container">
<h1 className="text-center">Welcome to our Croudfunding App</h1>
<h1 className="text-center">Welcome to our Crowdfunding App</h1>
<p className="text-center">We currently raised&nbsp;
{valueLoading ?
"..."
Expand Down

0 comments on commit f6ed8ec

Please sign in to comment.