Merge pull request #49 from EbookFoundation/anchor-patch-1
remove href from password carousel headerpull/51/head
commit
2e5f3dee9d
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue