Make words consistent
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
<img :if={item.image_url} src={item.image_url} alt={item.title} class="max-h-full" />
|
||||
<%= if item.received && !@current_user do %>
|
||||
<div class="absolute bg-red-400 text-xs text-white w-full h-7 bottom-0">
|
||||
<.icon name="hero-check-circle" />Received
|
||||
<.icon name="hero-check-circle" />Purchased
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user