Make words consistent

This commit is contained in:
2023-12-04 01:12:02 +00:00
parent 6ca30eb5bb
commit 2027cb820f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<img src={@item.image_url} />
<%= if @item.received && !@current_user do %>
<div class="absolute bg-red-400 text-white w-full h-7 bottom-0">
<.icon name="hero-check-circle" />Received
<.icon name="hero-check-circle" />Purchased
</div>
<% end %>
</div>