diff --git a/lib/live_beats_web/live/profile_live.ex b/lib/live_beats_web/live/profile_live.ex index 8962433..8a71ef0 100644 --- a/lib/live_beats_web/live/profile_live.ex +++ b/lib/live_beats_web/live/profile_live.ex @@ -109,7 +109,21 @@ defmodule LiveBeatsWeb.ProfileLive do -
+
+ <.icon name={:music_note} class="mx-auto h-12 w-12 text-gray-400" /> +

No music

+

Get started by uploading a new playlist

+
+ <.button + primary + phx-click={show_modal("upload") |> JS.patch(profile_upload_path(@current_user))} + > + <.icon name={:upload} /> + Upload songs + +
+
+
0}> <.table id="songs" rows={@streams.songs}