'Fizzy' -> 'Boxcar'

The menu button should always display the product name
This commit is contained in:
Jason Zimdars
2025-10-21 13:42:24 -07:00
parent 5ed268b188
commit 465ede3e82
+2 -2
View File
@@ -3,5 +3,5 @@
action: "click->dialog#open:stop keydown.j@document->hotkey#click keydown.meta+j@document->hotkey#click keydown.ctrl+j@document->hotkey#click",
controller: "hotkey" } do %>
<span><%= image_tag "fizzy-logo.png" %></span>
<strong class="txt-medium overflow-ellipsis margin-none"><%= Current.user.identity.memberships.many? ? Account.sole.name : "Fizzy" %></strong>
<% end %>
<strong class="txt-medium overflow-ellipsis margin-none">Boxcar</strong>
<% end %>