Skip to content

Commit e1369c8

Browse files
Wrong NavType prop
1 parent 5d0f78f commit e1369c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface BreadcrumbItem {
1212

1313
export interface NavItem {
1414
title: string;
15-
href: string;
15+
url: string;
1616
icon?: LucideIcon;
1717
isActive?: boolean;
1818
}

0 commit comments

Comments
 (0)