fix(SW-1143) Set with on breadcrumbs shimmer
This commit is contained in:
@@ -12,7 +12,7 @@ export async function SelectHotelSkeleton({ count = 4 }: Props) {
|
|||||||
return (
|
return (
|
||||||
<div className={styles.skeletonContainer}>
|
<div className={styles.skeletonContainer}>
|
||||||
<header className={styles.header}>
|
<header className={styles.header}>
|
||||||
<SkeletonShimmer height={"25px"} />
|
<SkeletonShimmer height={"25px"} width={"400px"} />
|
||||||
<div className={styles.title}>
|
<div className={styles.title}>
|
||||||
<div className={styles.cityInformation}>
|
<div className={styles.cityInformation}>
|
||||||
<SkeletonShimmer height={"25px"} width={"200px"} />
|
<SkeletonShimmer height={"25px"} width={"200px"} />
|
||||||
|
|||||||
Reference in New Issue
Block a user