Skip to content

Commit

Permalink
Make breadcrumb href optional
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 20, 2024
1 parent 831a3c6 commit 83f216f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/utils/breadcrumbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as m from '$paraglide/messages';

export interface Breadcrumb {
label: string;
href: string;
href?: string;
icon?: string;
}

Expand Down

0 comments on commit 83f216f

Please sign in to comment.