diff --git a/src/app/(site)/song/[id]/components/index.tsx b/src/app/(site)/song/[id]/components/index.tsx index 8d31216..a98b998 100644 --- a/src/app/(site)/song/[id]/components/index.tsx +++ b/src/app/(site)/song/[id]/components/index.tsx @@ -61,7 +61,7 @@ export function SongDetails({ songId }: { songId: string }) { {song && (
diff --git a/src/components/library/index.tsx b/src/components/library/index.tsx index ecd2130..4671bfb 100644 --- a/src/components/library/index.tsx +++ b/src/components/library/index.tsx @@ -38,7 +38,7 @@ export function Library({ songs }: { songs: Song[] }) {
  • diff --git a/src/components/search-songs/index.tsx b/src/components/search-songs/index.tsx index edfa9c2..3ae9fa0 100644 --- a/src/components/search-songs/index.tsx +++ b/src/components/search-songs/index.tsx @@ -94,7 +94,7 @@ export function SearchSongs() {
  • } />