Merge pull request #49 from EbookFoundation/anchor-patch-1

remove href from password carousel header
pull/51/head
Theodore Kluge 2019-03-25 12:20:19 -04:00 committed by GitHub
commit 2e5f3dee9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class App extends React.Component {
<div className='stack flex'>
<span className='email'>{this.state.user.email}</span>
</div>
<a href='#' onClick={() => this.dispatch(setCarousel(1))}>Not you?</a>
<a onClick={() => this.dispatch(setCarousel(1))}>Not you?</a>
</section>
)
}