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