Adds role button to cell link button (#1010)

This commit is contained in:
Cristine Guadelupe 2022-02-17 23:39:38 -03:00 committed by GitHub
parent b32b363ed1
commit d775908a48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>