~ihabunek/harvey

2acdca6935a765e3c77a5d35698e1849dba5e370 — Ivan Habunek 5 months ago 334b33b
Make products visible on mobile
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/harvey_web/controllers/page_html/home.html.heex
M lib/harvey_web/controllers/page_html/home.html.heex => lib/harvey_web/controllers/page_html/home.html.heex +1 -1
@@ 51,7 51,7 @@
          <tr>
            <td class="whitespace-nowrap"><%= product.shop.name %></td>
            <td class="whitespace-nowrap"><%= category_name(product.category) %></td>
            <td class="truncate max-w-0">
            <td class="truncate max-w-96">
              <a href={~p"/products/#{product.id}"}><%= product.name %></a>
            </td>
            <td><a href={product.url}>Shop</a></td>