Skip to content

Last item in breadcrumb should not be a link

Discussion

Title

Last item in breadcrumb should not be a link

Details

The last item in a breadcrumb should not be a link, as it represents the page the user is already on. Linking adds no real value.

Removing the link also makes the structure easier to read and avoids accidental reloads.

This is a common pattern across the majority of design systems.

Below is a suggestion:

Before:

image

After:

image

Edited by Andreas Tande