mirror of
https://github.com/WDI-Ideas/rubix-admin-panel.git
synced 2026-04-28 09:55:51 +00:00
banner view updated
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user