Skip to content

Commit

Permalink
Add sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbe-j committed Nov 12, 2023
1 parent 5b13a53 commit 2056ffb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dance-app/src/sections/recording.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ const RecordingPage = ({
</Button>
)}
</div>
{tier === 4 ? (
<audio autoPlay>
<source src="https://junctionb.nyman.dev/api/files/zl4ca9hay8p2v75/jfab2b6cif6dugz/crab_rave_UGU0Q9nZfl.mp3" type="audio/mp3" />
</audio>
): null}
</header>
<div className="container">
{activeRecordings.map((recording) => (
Expand Down

0 comments on commit 2056ffb

Please sign in to comment.