Skip to content

Commit

Permalink
Fix spacing for signed-in view
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Aug 5, 2022
1 parent b46c473 commit 1715d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/MeganavItemsSignedIn/component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@

<li>
<%= render(AblyUi::Core::MeganavSearch.new(url_base: url_base)) %>
<li>
</li>

<% if account? %>
<li class="ml-16">
<li>
<%= link_to "Dashboard", @session_data[:account][:links][:dashboard][:href], class: "ui-btn-secondary p-btn-small" %>
</li>
<% end %>
Expand Down

0 comments on commit 1715d4e

Please sign in to comment.