Skip to content

Commit

Permalink
cursor tip
Browse files Browse the repository at this point in the history
  • Loading branch information
r0hitm committed Mar 31, 2024
1 parent d664dc2 commit ab86780
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Tracks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ export default function Tracks({
return (
<div className="tracks-component">
<h2>Songs in this playlist</h2>
<p style={
{
fontSize: "small",
fontStyle: "italic",
}
}>
Tip: Click on a song & press up/down arrow keys to navigate
</p>
<ul>
{activePlaylist?.tracks.allItems.map((track, index) => (
<li
Expand Down

0 comments on commit ab86780

Please sign in to comment.