We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0f78f commit e1369c8Copy full SHA for e1369c8
resources/js/types/index.ts
@@ -12,7 +12,7 @@ export interface BreadcrumbItem {
12
13
export interface NavItem {
14
title: string;
15
- href: string;
+ url: string;
16
icon?: LucideIcon;
17
isActive?: boolean;
18
}
0 commit comments