Skip to content

Commit

Permalink
Added Song title
Browse files Browse the repository at this point in the history
  • Loading branch information
benhendriks committed Oct 29, 2023
1 parent 7b56512 commit ce6b666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/MusicPage.tsx
@@ -1,5 +1,4 @@
import { RoomWrapper } from '../templates/Room';

import { RoomWrapper } from "../templates/Room";

const MusicPage = () => {
return (
Expand All @@ -24,6 +23,7 @@ const MusicPage = () => {
<h1 className="text-7xl font-semibold uppercase font-title p-3 pb-0 text-white">
Musik Hits 2000
</h1>
<h3 className="text-white ml-3">Gölä Sie Lügt</h3>
</div>
<div className="absolute bottom-9">
<audio controls>
Expand Down

0 comments on commit ce6b666

Please sign in to comment.