diff --git a/src/components/contexts_menu/MusicCardInfo.tsx b/src/components/contexts_menu/MusicCardInfo.tsx index f063a9a..ca571fa 100644 --- a/src/components/contexts_menu/MusicCardInfo.tsx +++ b/src/components/contexts_menu/MusicCardInfo.tsx @@ -12,38 +12,35 @@ export function MusicCardInfo({ audio }: { audio: Audio }) {

Information

- -
- Album cover -
-

{audio.title}

-
- -

{audio.artist}

-
-
- -

- {format_duration(audio.duration)} -

-
-
- -

- {audio.path.substring(0, audio.path.lastIndexOf("/"))} -

-
+ + Album cover +
+

+ {audio.title} +

+
+ +

+ {audio.artist} +

+
+
+ +

+ {format_duration(audio.duration)} +

+
+
+ +

+ {audio.path.replace(/[/\\][^/\\]*$/, "")} +