-
+
<%= @title %>
diff --git a/lib/components/modal.ex b/lib/components/modal.ex
index 901f6ad..0d673da 100644
--- a/lib/components/modal.ex
+++ b/lib/components/modal.ex
@@ -25,7 +25,7 @@ defmodule CrunchBerry.Components.Modal do
<%= live_patch raw("×"), to: @return_to, aria_hidden: true, class: "text-gray-400 text-2xl absolute top-0 right-0 py-1 px-3 rounded-full cursor-pointer hover:no-underline hover:text-black duration-50", title: "Close" %>
- <%= live_component @socket, @component, @opts %>
+ <%= live_component @component, @opts %>