File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
resources/js/Pages/Settings Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ interface BreadcrumbItem {
1414}
1515
1616const breadcrumbItems : BreadcrumbItem [ ] = [
17- {
18- title : 'Dashboard' ,
19- href : '/dashboard'
20- } ,
2117 {
2218 title : 'Appearance' ,
2319 href : '/settings/appearance'
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ import { Label } from "@/Components/ui/label";
1111import SettingsHeading from "@/Components/Settings/Heading" ;
1212
1313const breadcrumbItems = [
14- {
15- title : 'Dashboard' ,
16- href : '/dashboard'
17- } ,
1814 {
1915 title : 'Password Settings' ,
2016 href : '/settings/password'
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export default function Profile({
137137 </ form >
138138 </ div >
139139
140- < DeleteUser />
140+ < DeleteUser />
141141 </ SettingsLayout >
142142 </ AppLayout >
143143 ) ;
You can’t perform that action at this time.
0 commit comments