From 357a3be056a0f8e2d3590ca8fd683f74d26e6752 Mon Sep 17 00:00:00 2001 From: aninda052 Date: Thu, 27 Jul 2023 18:09:05 +0600 Subject: [PATCH] stype : video thumbnails design improvment (#29) --- .../sections/@dashboard/products/VideoCard.js | 36 +++++++++---------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/client/src/sections/@dashboard/products/VideoCard.js b/client/src/sections/@dashboard/products/VideoCard.js index 59b26d1..c675b92 100644 --- a/client/src/sections/@dashboard/products/VideoCard.js +++ b/client/src/sections/@dashboard/products/VideoCard.js @@ -66,25 +66,23 @@ export default function VideoCard({ video }) { - - - {name} - - - - - - {recordingDate} - - {viewCount} views - - {videoDurations*1000} - - + + + + {name} + + + + {recordingDate} + + + + + {viewCount} views + + {videoDurations*1000} + + );