Skip to content

Commit

Permalink
fix typo and pic alt on the home page (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
yls00 authored Oct 1, 2020
1 parent baf0d08 commit 7cddd6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Wrapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Wrapper({ children }) {
onClick={() => window.open("https://earth2.ucsd.edu/")}
>
<span>powered by</span>
<img src="earth2-logo.png" alt="earth2-logo"></img>
<img src="earth2-logo.png" alt="EARTH2.0"></img>
</div>
</main>
);
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/routes/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export default function Home(props, { draggableMapRoutes = [] }) {
<div className={classNames("home", styles.home)}>
<h1 className="title">Share your pandemic experience!</h1>
<p>
COVID-19 has affected everyone. Sick or heathy, we've all had a
Pandemic experience. Whether illness, isolation or innovation, put
COVID-19 has affected everyone. Sick or healthy, we've all had a
pandemic experience. Whether illness, isolation or innovation, put
your story on the map, see how you compare to others, share new
insights, join your planet!
</p>
Expand Down

0 comments on commit 7cddd6b

Please sign in to comment.