Skip to content

Commit

Permalink
Open the current store within a blank page
Browse files Browse the repository at this point in the history
This is generally expected when a right-up arrow is shown next to a
link.
  • Loading branch information
elia committed Aug 1, 2023
1 parent 34542bf commit 85c2654
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<%= image_tag @logo_path, alt: t('.visit_store'), class: "max-h-7" %>
<% end %>

<%= link_to @store.url, class: "flex mt-4 mb-2 px-2 py-1.5 border border-gray-100 rounded-sm shadow-sm" do %>
<%= link_to @store.url, target: :_blank, class: "flex mt-4 mb-2 px-2 py-1.5 border border-gray-100 rounded-sm shadow-sm" do %>
<div class="flex-grow">
<p class="body-small-bold text-black"><%= @store.name %></p>
<p class="body-tiny text-gray-500"><%= @store.url %></p>
Expand Down

0 comments on commit 85c2654

Please sign in to comment.