diff --git a/src/components/FileManager/index.js b/src/components/FileManager/index.js index eadf023..3157ce5 100644 --- a/src/components/FileManager/index.js +++ b/src/components/FileManager/index.js @@ -6,15 +6,16 @@ import TitleSubtitle from "../TitleSubtitle"; import CardHolder from "../CardHolder"; import graySearchIcon from "./images/gray-search-icon.svg"; +import Playlist from "../Playlist"; const FileManager = () => { return (
{/* ? right Section */} -
+
{/* ? breadCrumb */}
@@ -34,8 +35,11 @@ const FileManager = () => { />
+ {/* cardHolder */} +
- {/* left Section */} + {/* left Section */} +
); }; diff --git a/src/components/Playlist/index.js b/src/components/Playlist/index.js index 81893b7..497829f 100644 --- a/src/components/Playlist/index.js +++ b/src/components/Playlist/index.js @@ -8,10 +8,10 @@ import videoPlay from "./images/video-play.svg"; const Playlist = ({ items }) => { return ( -
+
{items.map((item, index) => (
@@ -26,10 +26,16 @@ const Playlist = ({ items }) => {

- {item.memory} گیگابایت{" "} + {item.memory}{" "} + + گیگابایت +

- {item.fileNum} فایل{" "} + {item.fileNum}{" "} + + فایل + {" "}