redeploy
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
96e8538e6a
commit
a14a3cb957
|
|
@ -9,10 +9,8 @@ export default function AudioPlayerSection() {
|
|||
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
{/* ===== AUDIO PLAYER CARD ===== */}
|
||||
<div className="bg-gray-50 rounded-2xl p-4 md:p-6 border border-gray-200">
|
||||
<div className="flex flex-col md:flex-row md:items-center gap-6">
|
||||
{/* PLAY BUTTON */}
|
||||
<div className="flex justify-center md:justify-start">
|
||||
<button
|
||||
onClick={() => setPlaying(!playing)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue