diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index b61d4ae77..8ecd07f4f 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -2,7 +2,7 @@ <% content_for :header do %> - <%= link_to "#", class: "btn flex-item-justify-start", data: { controller: "hotkey back-navigation", action: "keydown.esc@document->hotkey#click", back_navigation_fallback_destination_value: bubbles_path(bucket_id: @bubble.bucket) } do %> + <%= link_to "#", class: "btn flex-item-justify-start", data: { controller: "hotkey back-navigation", action: "keydown.esc@document->hotkey#click", back_navigation_fallback_destination_value: bubbles_path(bucket_id: @bucket) } do %> <%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %> Back <% end %>