Skip to content

Commit

Permalink
Second correction
Browse files Browse the repository at this point in the history
  • Loading branch information
almouattaz committed Nov 29, 2024
1 parent 54fd7c9 commit b304565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default function Home() {
const [audioBuffers, setAudioBuffers] = useState({});

const audiosList = [
{ name: "Work It", audio_file: "01Workit.mp3" },
{ name: "MakeIt", audio_file: "02Makeit.mp3" },
{ name: "Work It", audio_file: "01WorkIt.mp3" },
{ name: "MakeIt", audio_file: "02MakeIt.mp3" },
{ name: "Do It", audio_file: "03DoIt.mp3" },
{ name: "Makes Us", audio_file: "04MakesUs.mp3" },
{ name: "Harder", audio_file: "05Harder.mp3" },
Expand Down

0 comments on commit b304565

Please sign in to comment.