Skip to content

Commit

Permalink
fix heading
Browse files Browse the repository at this point in the history
  • Loading branch information
preronaghosh committed Mar 25, 2024
1 parent af50e4b commit 12740e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlaylistDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PlaylistDialog = ({ handleCloseList }) => {

return (
<Dialog open={true} onClose={() => handleCloseList(false)}>
<DialogTitle>Add a friend to your playlist</DialogTitle>
<DialogTitle>Add a song to your playlist</DialogTitle>
<DialogContent>
<List>
{playlists.map((playlist, index) => (
Expand Down

0 comments on commit 12740e5

Please sign in to comment.