Skip to content

Commit

Permalink
hidden on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
domshyra committed Apr 23, 2023
1 parent 37678df commit fb8de27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Web/src/components/PlaylistCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ const PlaylistCard = ({ title, imageURL, description, genre, trackAndFollowerTex
{heart()}
{openInSpotifyText(playlistId)}
{/* mobile */}
<Typography sx={{ display: { xs: "block", md: "none" } }} component="div" variant="caption" color="text.secondary" align="center">
{genre}
</Typography>
{/* mobile */}
<Typography
sx={{ display: { xs: "block", md: "none" } }}
component="div"
variant="caption"
color="text.secondary"
color="text.secondary.light"
align="center"
>
{genre}
</Typography>
{/* mobile */}
<Typography component="div" variant="caption" color="text.secondary.light" align="center">
{trackAndFollowerText}
</Typography>
</CardContent>
Expand Down

0 comments on commit fb8de27

Please sign in to comment.