mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-29 14:56:26 +08:00
Adds role button to cell link button (#1010)
This commit is contained in:
parent
b32b363ed1
commit
d775908a48
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ defmodule LivebookWeb.SessionLive.CellComponent do
|
|||
~H"""
|
||||
<span class="tooltip top" data-tooltip="Link">
|
||||
<a href={"#cell-#{@cell_id}"} class="icon-button"
|
||||
role="button"
|
||||
aria-label="link to cell">
|
||||
<.remix_icon icon="link" class="text-xl" />
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue