fix(SW-695): apply breadcrumb variant & smaller HomeIcon size

This commit is contained in:
Chuma McPhoy
2024-11-05 09:07:34 +01:00
parent c7b61196cb
commit 43b1c309ce
2 changed files with 9 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ export default async function Breadcrumbs() {
href={homeBreadcrumb.href!}
variant="breadcrumb"
>
<HouseIcon color="peach80" />
<HouseIcon width={16} height={16} color="peach80" />
</Link>
<ChevronRightIcon aria-hidden="true" color="peach80" />
</li>