Skip to content

Commit

Permalink
fix(nx-dev): breadcrumbs extra text with query param
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Oct 31, 2024
1 parent c2e3112 commit 8192bf7
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions nx-dev/ui-common/src/lib/breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,6 @@ export function Breadcrumbs({ path }: { path: string }): JSX.Element {
</div>
</li>
))}
{hasRef && (
<li>
<div className="flex items-center">
<ChevronRightIcon
className="h-5 w-5 flex-shrink-0 text-slate-500"
aria-hidden="true"
/>
<a
href={path}
className={classNames(
'text-sm font-medium hover:text-slate-800',
'ml-4 text-slate-500'
)}
aria-current="page"
>
{hasRef}
</a>
</div>
</li>
)}
</ol>
</nav>
</div>
Expand Down

0 comments on commit 8192bf7

Please sign in to comment.