Skip to content

Commit

Permalink
opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
warronbebster committed May 7, 2023
1 parent e5ccd05 commit 1723d0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/mayor_game_web/templates/dashboard/show.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
<span>Cities</span>
<hr class="border-neutral-300 flex-1" />
<span>
<%= Number.Delimit.number_to_delimited(@city_count) %> (<%= Number.Delimit.number_to_delimited(
@active_cities_count
) %>)
<span class="opacity-50"><%= Number.Delimit.number_to_delimited(@city_count) %></span>
(<%= Number.Delimit.number_to_delimited(@active_cities_count) %>)
</span>
</div>
<div class="flex flex-row items-center space-x-1 max-w-sm">
Expand Down

0 comments on commit 1723d0e

Please sign in to comment.