mirror of
https://github.com/livebook-dev/livebook.git
synced 2026-01-06 15:44:54 +08:00
Swap link to section and branching menu
This commit is contained in:
parent
f8581c225d
commit
72b9466519
1 changed files with 5 additions and 5 deletions
|
|
@ -55,11 +55,6 @@ defmodule LivebookWeb.SessionLive.SectionComponent do
|
|||
role="toolbar"
|
||||
aria-label="section actions"
|
||||
>
|
||||
<span class="tooltip top" data-tooltip="Link">
|
||||
<a href={"##{@section_view.html_id}"} class="icon-button" aria-label="link to section">
|
||||
<.remix_icon icon="link" class="text-xl" />
|
||||
</a>
|
||||
</span>
|
||||
<.branching_menu
|
||||
section_view={@section_view}
|
||||
scope="actions"
|
||||
|
|
@ -78,6 +73,11 @@ defmodule LivebookWeb.SessionLive.SectionComponent do
|
|||
</button>
|
||||
</span>
|
||||
</.branching_menu>
|
||||
<span class="tooltip top" data-tooltip="Link">
|
||||
<a href={"##{@section_view.html_id}"} class="icon-button" aria-label="link to section">
|
||||
<.remix_icon icon="link" class="text-xl" />
|
||||
</a>
|
||||
</span>
|
||||
<span class="tooltip top" data-tooltip="Move up">
|
||||
<button
|
||||
class="icon-button"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue