Added shimmer on breadcrumb skeleton

This commit is contained in:
Linus Flood
2024-12-17 08:11:05 +01:00
parent c45ef9d4a7
commit c7897ef546

View File

@@ -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>