Skip to content

Commit

Permalink
root path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Dec 18, 2023
1 parent 008827e commit 41b8581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/header/_main.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
aria-label="main navigation">
<div class="container px-4 container-buttom-border">
<div class="navbar-brand is-justify-content-space-between is-align-items-center">
<%= link_to "https://get.budgetingkid.com", class: "navbar-item" do %>
<%= link_to root_path, 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>
Expand Down

0 comments on commit 41b8581

Please sign in to comment.