Skip to content

Commit

Permalink
fix(navbar link): fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSokov committed Dec 14, 2023
1 parent e374230 commit 0b51faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/header/_initial.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
aria-label="main navigation">
<div class="container px-4">
<div class="navbar-brand">
<%= link_to root_path, class: "navbar-item" do %>
<%= image_tag 'logo.svg', size: "34", class: 'for-mobile' %>
<%= link_to "https://get.budgetingkid.com", class: "navbar-item" do %>
<%= image_tag 'logo.svg', size: "32", class: 'for-mobile' %>
<%= image_tag 'logo.svg', size: "44", class: 'for-desktop' %>
<h2 class='budgeting-kid-logo-font px-4 is-size-3 for-mobile'> BUDGETINGkid </h2>
<h2 class='budgeting-kid-logo-font px-4 for-desktop'> BUDGETINGkid </h2>
Expand Down

0 comments on commit 0b51faa

Please sign in to comment.