Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aaalloc committed Nov 25, 2023
1 parent 75a0c4f commit e61bd89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/music.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default function Music({ name }: { name: string }) {
// needs to be lazy loaded
return <MusicCard key={index} audio={value} context={context} name={name} />
})} */}
{/* Not reponsive :( */}
<List
width={1200}
height={500}
Expand Down

0 comments on commit e61bd89

Please sign in to comment.