Skip to content

Commit

Permalink
Minor change in title
Browse files Browse the repository at this point in the history
  • Loading branch information
SoorajChandran committed Dec 14, 2017
1 parent 3ebebfa commit 857e689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const img2 = {
const App = () => (
<div className="App">
<h1> Hover on the image </h1>
<h1> React component for e-commerce product zoom on hover </h1>
<h3> React component for e-commerce product zoom on hover </h3>
<ImageZoom options={img1} />
<ImageZoom options={img2} />
</div>
Expand Down

0 comments on commit 857e689

Please sign in to comment.