We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7536c commit 6cf8d4bCopy full SHA for 6cf8d4b
app/views/shared/_topbar.html.erb
@@ -2,8 +2,8 @@
2
<div id="header-nav-wrapper">
3
<div id="header-nav" class="position-relative">
4
<div class="flex items-center flex-1">
5
- <%= link_to root_path do %>
6
- <div class="border-radius-50" style="background-color: #3AAFA9; height: 40px; width: 40px;"></div>
+ <%= link_to root_path, class: 'flex-1' do %>
+ <%= render partial: 'shared/icons/logo_full', locals: { height: 12 } %>
7
<% end %>
8
</div>
9
app/views/shared/icons/_logo_full.html.erb
0 commit comments