mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-01 10:09:56 +00:00
fix: Button doesn't need tabindex
This commit is contained in:
parent
5ed7352359
commit
b2ef79f5e4
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ export class App extends Component<any, any> {
|
|||
<div id="app" className="lemmy-site">
|
||||
<button
|
||||
type="button"
|
||||
tabIndex="0"
|
||||
className="btn btn-text skip-link bg-light position-absolute start-0 z-3"
|
||||
onClick={linkEvent(this, this.handleJumpToContent)}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue