Skip to content

Commit

Permalink
use order list
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed May 26, 2024
1 parent d6a8343 commit d146c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ export default class Player extends HTMLElement {
template.innerHTML = `
<div style="text-align: left; width: 30%; margin:0 auto;">
<h1>${this.title}</h1>
<ul>
<ol>
${list}
</ul>
</ol>
<button>Start Playlist</button>
</div>
`;
Expand Down

0 comments on commit d146c7e

Please sign in to comment.