forked from shibao/cannery
update to phoenix 1.6
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
<li class="flex flex-row justify-center space-x-2">
|
||||
<b>Easy to Use:</b>
|
||||
<p>
|
||||
Cannery lets you easily keep an eye on your ammo levels after range day
|
||||
Cannery lets you easily keep an eye on your ammo levels before and after range day
|
||||
</p>
|
||||
</li>
|
||||
<li class="flex flex-row justify-center space-x-2">
|
||||
|
@ -26,7 +26,7 @@ defmodule CanneryWeb.ModalComponent do
|
||||
|
||||
<%# modal content %>
|
||||
<div class="w-full flex flex-col space-y-4 justify-center items-center">
|
||||
<%= live_component @socket, @component, @opts %>
|
||||
<%= live_component @component, @opts %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user