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

Commit

Permalink
Add text to button on home
Browse files Browse the repository at this point in the history
Upcating to the won't you version of text
  • Loading branch information
Ben Lewis authored and Ben Lewis committed Nov 1, 2019
1 parent 546f075 commit 19bec71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Home = () => {
<div >
<h1 data-info="bob">Welcome to Awesome Company, Inc.</h1>
<button onclick={pearsonEvent() }>This is a button </button>
<button onclick={ampEvent()}> take me there</button>
<button onclick={ampEvent()}>Won't you take me there</button>
</div>
);
};
Expand Down

0 comments on commit 19bec71

Please sign in to comment.