Create a logo
All checks were successful
Ruby CI / test (pull_request) Successful in 20s

This commit is contained in:
Andrew Tomaka 2025-06-11 22:08:42 -04:00
parent 8bba78e024
commit cd76bca72c
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 22 additions and 27 deletions

View file

@ -15,7 +15,7 @@
<nav class="w-100 py-4 px-6 bg-gray-900 flex items-center justify-between flex-wrap">
<div class="flex items-center">
<%= link_to root_path, class: "mr-8" do %>
<%= image_tag "logo.svg", alt: "Budget Track Logo", class: "h-8" %>
<%= image_tag "logo.svg", alt: "Family Funds Logo", class: "h-8" %>
<% end %>
<ul class="flex">
<% if Current.user.registered? %>