diff --git a/assets/spotify_logo.svg b/assets/spotify_logo.svg deleted file mode 100644 index 9b47990..0000000 --- a/assets/spotify_logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file diff --git a/lib/snippit/spotify_api.ex b/lib/snippit/spotify_api.ex index 35e0200..621c0c5 100644 --- a/lib/snippit/spotify_api.ex +++ b/lib/snippit/spotify_api.ex @@ -56,7 +56,7 @@ defmodule Snippit.SpotifyApi do spotify_url: track["uri"], artist: track["artists"] |> Enum.map(fn artist -> artist["name"] end) - |> Enum.join(" "), + |> Enum.join(", "), track: track["name"], duration_ms: track["duration_ms"] } diff --git a/lib/snippit_web/components/custom_components.ex b/lib/snippit_web/components/custom_components.ex index c74f50f..18894f5 100644 --- a/lib/snippit_web/components/custom_components.ex +++ b/lib/snippit_web/components/custom_components.ex @@ -42,13 +42,18 @@ defmodule SnippitWeb.CustomComponents do def snippet_display(assigns) do ~H"""