update deps

This commit is contained in:
2022-05-05 21:07:02 -04:00
committed by oliviasculley
parent 302aa7eeda
commit 9408705430
14 changed files with 58 additions and 72 deletions

View File

@ -63,9 +63,7 @@ defmodule LokalWeb.LiveHelpers do
<i class="fa-fw fa-lg fas fa-times"></i>
<% end %>
<div
class="overflow-x-hidden overflow-y-auto w-full p-8 flex flex-col space-y-4 justify-start items-center"
>
<div class="overflow-x-hidden overflow-y-auto w-full p-8 flex flex-col space-y-4 justify-start items-center">
<%= render_slot(@inner_block) %>
</div>
</div>