diff --git a/admin/app/components/solidus_admin/layout/navigation/account/component.html.erb b/admin/app/components/solidus_admin/layout/navigation/account/component.html.erb index 84b59dfe07e..20c470861ba 100644 --- a/admin/app/components/solidus_admin/layout/navigation/account/component.html.erb +++ b/admin/app/components/solidus_admin/layout/navigation/account/component.html.erb @@ -14,7 +14,7 @@ cursor-pointer "> <%= icon_tag("user-smile-fill", class: "inline-block align-text-bottom shrink-0 w-6 h-6 rounded-[4.81rem] body-small fill-yellow bg-black") %> - + <%= @user_label %> diff --git a/admin/app/components/solidus_admin/layout/navigation/component.html.erb b/admin/app/components/solidus_admin/layout/navigation/component.html.erb index 1d91983404a..a3322432a68 100644 --- a/admin/app/components/solidus_admin/layout/navigation/component.html.erb +++ b/admin/app/components/solidus_admin/layout/navigation/component.html.erb @@ -9,14 +9,14 @@ <% end %> <%= link_to @store_url, target: :_blank, class: "flex mb-4 px-2 py-1.5 border border-gray-100 rounded-sm shadow-sm" do %> -
+

<%= @store.name %>

-

<%= @store_url %>

+

<%= @store.url %>

<%= render component("ui/icon").new(name: 'arrow-right-up-line', class: 'w-4 h-4 fill-gray-400') %> <% end %> -