Skip to content

Commit

Permalink
fix: remove wrong tootip from button
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanNik committed Feb 9, 2023
1 parent 7fc2853 commit 2855835
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,18 @@
<TableCellText title="Session">{session.clientType}</TableCellText>
<TableCellText title="Location">{session.countryName}</TableCellText>
<TableCellText title="IP">{session.ip}</TableCellText>
<TableCellText title="">
<button
class="button is-only-icon is-text"
aria-label="Delete item"
<TableCell>
<Button
text
round
ariaLabel="Delete item"
on:click={() => {
selectedSessionId = session.$id;
showDelete = true;
}}>
<span class="icon-trash" aria-hidden="true" />
</button>
</TableCellText>
</Button>
</TableCell>
</TableRow>
{/each}
</TableBody>
Expand Down

0 comments on commit 2855835

Please sign in to comment.