Added shimmer on breadcrumb skeleton
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { ChevronRightIcon, HouseIcon } from "@/components/Icons"
|
||||
import SkeletonShimmer from "@/components/SkeletonShimmer"
|
||||
import styles from "@/components/TempDesignSystem/Breadcrumbs/breadcrumbs.module.css"
|
||||
import Footnote from "@/components/TempDesignSystem/Text/Footnote"
|
||||
|
||||
@@ -20,7 +21,7 @@ export default function BreadcrumbsSkeleton() {
|
||||
|
||||
<li className={styles.listItem}>
|
||||
<Footnote color="burgundy" type="bold">
|
||||
...
|
||||
<SkeletonShimmer width={"12ch"} />
|
||||
</Footnote>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user