Skip to content

Commit c0922db

Browse files
committed
update example src
1 parent c1b6c47 commit c0922db

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

example/src/App.jsx

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,19 @@ SyntaxHighlighter.registerLanguage("bash", bash);
1616
SyntaxHighlighter.registerLanguage("jsx", jsx);
1717
SyntaxHighlighter.registerLanguage("javascript", javascript);
1818

19-
// const tracks = [
20-
// {
21-
// url: "https://audioplayer.madza.dev/Madza-Chords_of_Life.mp3",
22-
// title: "Madza - Chords of Life",
23-
// tags: ["house"],
24-
// },
25-
// {
26-
// url: "https://audioplayer.madza.dev/Madza-Late_Night_Drive.mp3",
27-
// title: "Madza - Late Night Drive",
28-
// tags: ["dnb"],
29-
// },
30-
// {
31-
// url: "https://audioplayer.madza.dev/Madza-Persistence.mp3",
32-
// title: "Madza - Persistence",
33-
// tags: ["dubstep"],
34-
// },
35-
// ];
36-
3719
const tracks = [
3820
{
39-
url: "/Madza-Chords_of_Life.mp3",
21+
url: "https://audioplayer.madza.dev/Madza-Chords_of_Life.mp3",
4022
title: "Madza - Chords of Life",
4123
tags: ["house"],
4224
},
4325
{
44-
url: "/Madza-Late_Night_Drive.mp3",
26+
url: "https://audioplayer.madza.dev/Madza-Late_Night_Drive.mp3",
4527
title: "Madza - Late Night Drive",
4628
tags: ["dnb"],
4729
},
4830
{
49-
url: "/Madza-Persistence.mp3",
31+
url: "https://audioplayer.madza.dev/Madza-Persistence.mp3",
5032
title: "Madza - Persistence",
5133
tags: ["dubstep"],
5234
},

0 commit comments

Comments
 (0)