Skip to content

Commit

Permalink
fix: image url
Browse files Browse the repository at this point in the history
  • Loading branch information
YOYZHANG committed Oct 21, 2024
1 parent f4fc9b7 commit 785bba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/audio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigge
export default function Audio({ audioUrl, isAudioLoading, audioError }: { audioUrl: string | null, isAudioLoading: boolean, audioError: string | null }) {
const playList = [
{
img: "/public/cover1.png",
img: "/cover1.png",
src: audioUrl ? `${HOST_URL}${audioUrl}` : '',
id: 1,
},
Expand Down

0 comments on commit 785bba8

Please sign in to comment.