diff --git a/frontend/src/app/(page)/explore/components/SongItem.tsx b/frontend/src/app/(page)/explore/components/SongItem.tsx index ce9f2e7..351d648 100644 --- a/frontend/src/app/(page)/explore/components/SongItem.tsx +++ b/frontend/src/app/(page)/explore/components/SongItem.tsx @@ -1,4 +1,3 @@ -// SongItem.tsx import React from "react"; import Image from "next/image"; import { Heart } from "lucide-react"; @@ -27,16 +26,14 @@ const SongItem: React.FC = ({
-
- {/* Imagen de la canción */} -
+
+
Album art = ({ />
- {/* Corazón para marcar favorito */} - { - e.stopPropagation(); - onFavoriteToggle(); - }} - /> +
+ { + e.stopPropagation(); + onFavoriteToggle(); + }} + /> +
- {/* Contenedor de la canción */} -
- {/* Título de la canción */} -
-

{title}

+
+
+ {title}
- - {/* Género */} -
+
{genre}
+
+ +
+ {genre} +
- {/* Duración */} -
{duration}
+
+ {duration}