diff --git a/apps/documentation/src/components/breadcrumbs/breadcrumbs.tsx b/apps/documentation/src/components/breadcrumbs/breadcrumbs.tsx
index 847942a5..1d47d126 100644
--- a/apps/documentation/src/components/breadcrumbs/breadcrumbs.tsx
+++ b/apps/documentation/src/components/breadcrumbs/breadcrumbs.tsx
@@ -38,14 +38,16 @@ export function BreadcrumbElement({
href,
label,
}: BreadcrumbElementProps): JSX.Element {
+ if (href) {
+ return (
+
+ )
+ }
+
return (
-