Skip to content

Commit 6cf8d4b

Browse files
committed
content/Add logo
1 parent 4c7536c commit 6cf8d4b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

app/views/shared/_topbar.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<div id="header-nav-wrapper">
33
<div id="header-nav" class="position-relative">
44
<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>
5+
<%= link_to root_path, class: 'flex-1' do %>
6+
<%= render partial: 'shared/icons/logo_full', locals: { height: 12 } %>
77
<% end %>
88
</div>
99

app/views/shared/icons/_logo_full.html.erb

Lines changed: 7 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)