From 72b9466519501803def2470cca2a68c06db3cc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 25 Sep 2023 19:29:06 +0200 Subject: [PATCH] Swap link to section and branching menu --- .../live/session_live/section_component.ex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/livebook_web/live/session_live/section_component.ex b/lib/livebook_web/live/session_live/section_component.ex index 9b591ab16..f5dcf0424 100644 --- a/lib/livebook_web/live/session_live/section_component.ex +++ b/lib/livebook_web/live/session_live/section_component.ex @@ -55,11 +55,6 @@ defmodule LivebookWeb.SessionLive.SectionComponent do role="toolbar" aria-label="section actions" > - - - <.remix_icon icon="link" class="text-xl" /> - - <.branching_menu section_view={@section_view} scope="actions" @@ -78,6 +73,11 @@ defmodule LivebookWeb.SessionLive.SectionComponent do + + + <.remix_icon icon="link" class="text-xl" /> + +