fix(SW-1877): fixed size on home icon in skeleton
fixed width and padding for other pages
This commit is contained in:
@@ -113,7 +113,11 @@ export default function Breadcrumbs({
|
||||
</>
|
||||
) : (
|
||||
remainingBreadcrumbs.map((breadcrumb) => (
|
||||
<Breadcrumb key={breadcrumb.uid} href={breadcrumb.href}>
|
||||
<Breadcrumb
|
||||
key={breadcrumb.uid}
|
||||
href={breadcrumb.href}
|
||||
className={styles.mobile}
|
||||
>
|
||||
{breadcrumb.title}
|
||||
</Breadcrumb>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user