diff --git a/src/components/card/Card.tsx b/src/components/card/Card.tsx
index be2cb54..66d06e0 100644
--- a/src/components/card/Card.tsx
+++ b/src/components/card/Card.tsx
@@ -148,29 +148,40 @@ const Card = ({
icon={}
onClick={handlePlayClick}
/>
- handlePlayAppend('later')}
- size={size <= 160 ? 'xs' : 'sm'}
- icon={}
- />
- handlePlayAppend('next')}
- size={size <= 160 ? 'xs' : 'sm'}
- icon={}
- />
- {playClick.type !== 'playlist' && (
- handleFavorite(rest.details)}
+
+
+ handlePlayAppend('later')}
size={size <= 160 ? 'xs' : 'sm'}
- icon={}
+ icon={}
/>
- )}
- {!rest.isModal && (
-
+
+
+ handlePlayAppend('next')}
size={size <= 160 ? 'xs' : 'sm'}
- icon={}
- onClick={handleOpenModal}
+ icon={}
/>
+
+
+ {playClick.type !== 'playlist' && (
+
+ handleFavorite(rest.details)}
+ size={size <= 160 ? 'xs' : 'sm'}
+ icon={}
+ />
+
+ )}
+ {!rest.isModal && (
+
+ }
+ onClick={handleOpenModal}
+ />
+
)}
>
)}