Skip to content

Commit

Permalink
Merge branch 'main' into renovate/jscodeshift-17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Sep 10, 2024
2 parents a9d4f97 + ac90647 commit edbfaad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const BreadcrumbItem: ForwardRefReturn<HTMLLIElement, BreadcrumbItemProps> =
return (
<li className={className} ref={ref} {...rest}>
{href ? (
<Link href={href} aria-current={ariaCurrent}>
<Link href={href} aria-current={ariaCurrent || isCurrentPage}>
{children}
</Link>
) : (
Expand Down

0 comments on commit edbfaad

Please sign in to comment.