Skip to content

Commit 45f81e8

Browse files
committed
Remove nested <a> tags.
1 parent 7928a89 commit 45f81e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class Modal extends Component {
1111
</div>
1212
<div className={styles['content']}>
1313
<Link to={this.props.returnTo}>
14-
<a href='#' title='Close' className={styles['close']}>X</a>
14+
<span title='Close' className={styles['close']}>X</span>
1515
</Link>
1616
<div >
1717
{this.props.children}

0 commit comments

Comments
 (0)