adding skeleton loader to flights page

This commit is contained in:
2025-05-16 11:23:20 -05:00
parent 8d1842efa7
commit 9833bc6593

View File

@@ -52,7 +52,7 @@ const Flights = () => {
<Skeleton height={300} /> <Skeleton height={300} />
</Grid> </Grid>
<Grid size={12}> <Grid size={12}>
{[...Array(6)].map((_element, index) => { {[...Array(4)].map((_element, index) => {
return ( return (
<> <>
<Skeleton height={20} width={300} /> <Skeleton height={20} width={300} />