Small tweaks
This commit is contained in:
@@ -67,7 +67,7 @@ defmodule WishWeb.HomeLive.Index do
|
||||
hidden
|
||||
>
|
||||
<.link href={@item.url} class="block p-2 w-full hover:bg-purple-300 select-none" target="_blank">
|
||||
Go to URL
|
||||
Go to seller
|
||||
</.link>
|
||||
<div
|
||||
class="block p-2 w-full hover:bg-purple-300 select-none cursor-pointer"
|
||||
@@ -76,7 +76,7 @@ defmodule WishWeb.HomeLive.Index do
|
||||
|> JS.hide(to: "#dropdown-#{@item.id}")
|
||||
}
|
||||
>
|
||||
Mark received
|
||||
Mark as purchased
|
||||
</div>
|
||||
</div>
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user