We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b870482 commit 8321d61Copy full SHA for 8321d61
1 file changed
frontend/web/components/Breadcrumb.tsx
@@ -24,7 +24,7 @@ const Breadcrumb: FC<BreadcrumbType> = ({
24
))}
25
{isCurrentPageMuted ? (
26
<div
27
- className='active h6 text-muted lh-sm '
+ className='active h6 text-muted mb-0'
28
aria-current='page'
29
style={{ opacity: 0.6 }}
30
>
0 commit comments