Skip to content

Commit

Permalink
Example: Correct Page Titles
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed Oct 22, 2018
1 parent ce1f818 commit ef4dd98
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/src/pages/Basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class extends Component {
render() {
return (
<div>
<Helmet title="Image Magnify | React Cursor Position" />
<Helmet title="React Image Magnify" />
<Header {...this.props}/>
<Jumbotron>
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion example/src/pages/EnlargedImageContainerDimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class extends Component {
render() {
return (
<div>
<Helmet title="Image Magnify | React Cursor Position" />
<Helmet title="React Image Magnify" />
<Header {...this.props}/>
<Jumbotron>
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion example/src/pages/ExternalEnlargedImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class extends Component {
render() {
return (
<div>
<Helmet title="Image Magnify | React Cursor Position" />
<Helmet title="React Image Magnify" />
<Header {...this.props}/>
<Jumbotron>
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion example/src/pages/FixedWidthSmallImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class extends Component {
render() {
return (
<div>
<Helmet title="Image Magnify | React Cursor Position" />
<Helmet title="React Image Magnify" />
<Header {...this.props}/>
<Jumbotron>
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion example/src/pages/Hint.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class extends Component {
render() {
return (
<div>
<Helmet title="Image Magnify | React Cursor Position" />
<Helmet title="React Image Magnify" />
<Header {...this.props}/>
<Jumbotron>
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion example/src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class extends Component {
render() {
return (
<div>
<Helmet title="Examples | React Cursor Position" />
<Helmet title="React Image Magnify" />
<Header {...this.props} />
<Jumbotron className="jumbotron--home">
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion example/src/pages/Lens.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class extends Component {
render() {
return (
<div>
<Helmet title="Image Magnify | React Cursor Position" />
<Helmet title="React Image Magnify" />
<Header {...this.props}/>
<Jumbotron>
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion example/src/pages/ReactSlickIntegration.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class extends Component {
render() {
return (
<div>
<Helmet title="Image Magnify | React Cursor Position" />
<Helmet title="React Image Magnify" />
<Header {...this.props}/>
<Jumbotron>
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion example/src/pages/ResponsiveImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class extends Component {
render() {
return (
<div>
<Helmet title="Image Magnify | React Cursor Position" />
<Helmet title="React Image Magnify" />
<Header {...this.props}/>
<Jumbotron>
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion example/src/pages/Support.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class extends Component {
render() {
return (
<div>
<Helmet title="Image Magnify | React Cursor Position" />
<Helmet title="React Image Magnify" />
<Header {...this.props}/>
<Jumbotron>
<Grid>
Expand Down

0 comments on commit ef4dd98

Please sign in to comment.