Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 7b78a61

Browse files
committed
Remove unnecessary code
1 parent 57d65a9 commit 7b78a61

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/examples/cats/app.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,6 @@ const App = React.createClass({
120120

121121
<section className={styles['main-content']}>
122122
<h1>
123-
<a
124-
id="react-image-lightbox"
125-
className={styles.anchor}
126-
href="#react-image-lightbox"
127-
aria-hidden="true"
128-
>
129-
<span aria-hidden="true" className={`${styles.octicon} ${styles['octicon-link']}`}></span>
130-
</a>
131-
132123
React Image Lightbox
133124
</h1>
134125

src/react-image-lightbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* react-image-lightbox 2.2.0
2+
* react-image-lightbox
33
* Copyright 2016 Chris Fritz All rights reserved.
44
* @license Open source under the MIT License
55
*/

0 commit comments

Comments
 (0)