1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 06:55:21 +02:00

Remove middot

This commit is contained in:
hatz 2025-05-20 16:24:25 -05:00
parent eb172c6cfd
commit 9a9b9297ef
No known key found for this signature in database

View file

@ -38,7 +38,6 @@
<div class="flex items-center gap-2 text-sm"> <div class="flex items-center gap-2 text-sm">
<div class="h-2.5 w-2.5 rounded-full" style="background-color: <%= account_group.color %>;"></div> <div class="h-2.5 w-2.5 rounded-full" style="background-color: <%= account_group.color %>;"></div>
<p class="text-secondary"><%= account_group.name %></p> <p class="text-secondary"><%= account_group.name %></p>
<span class="text-secondary">&middot;</span>
<p class="text-primary font-mono"><%= number_to_percentage(account_group.weight, precision: 0) %></p> <p class="text-primary font-mono"><%= number_to_percentage(account_group.weight, precision: 0) %></p>
</div> </div>
<% end %> <% end %>