banner view updated

This commit is contained in:
2024-05-08 20:38:32 +05:30
parent cd52075693
commit 640a72d02a
14 changed files with 392 additions and 263 deletions

View File

@@ -49,7 +49,7 @@ const BannerStack = ({
ps={1}
>
{bannerIsLoading
? Array.from({ length: 4 }).map((_, index) => (
? Array.from({ length: 3 }).map((_, index) => (
<Box className="col-4 p-2 ps-0">
<Skeleton w={"100%"} key={index} rounded={"md"} height={150} />
</Box>