feat(dashboard): imporve keyboard navigation

This commit is contained in:
Draconizations
2022-05-20 12:28:55 +02:00
parent 74aa9663f0
commit 857eda0629
2 changed files with 3 additions and 1 deletions

View File

@@ -99,7 +99,7 @@
{:else}
<p>Welcome!</p>
{/if}
<Link to="/dash"><Button style="float: left;" color='primary'>Go to dash</Button></Link><Button style="float: right;" color='danger' on:click={logout}>Log out</Button>
<Link to="/dash"><Button style="float: left;" color='primary' tabindex={-1}>Go to dash</Button></Link><Button style="float: right;" color='danger' on:click={logout}>Log out</Button>
{:else}
<Row>
<Label>Enter your token here. You can get this by using <b>pk;token</b></Label>