Skip to content

Commit 04997ab

Browse files
committed
Updated the breadcrumbs for the Profile, Password, and Appearance pages
1 parent 675b7b3 commit 04997ab

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

resources/js/Pages/Settings/Appearance.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ interface BreadcrumbItem {
1414
}
1515

1616
const breadcrumbItems: BreadcrumbItem[] = [
17-
{
18-
title: 'Dashboard',
19-
href: '/dashboard'
20-
},
2117
{
2218
title: 'Appearance',
2319
href: '/settings/appearance'

resources/js/Pages/Settings/Password.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ import { Label } from "@/Components/ui/label";
1111
import SettingsHeading from "@/Components/Settings/Heading";
1212

1313
const breadcrumbItems = [
14-
{
15-
title: 'Dashboard',
16-
href: '/dashboard'
17-
},
1814
{
1915
title: 'Password Settings',
2016
href: '/settings/password'

resources/js/Pages/Settings/Profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export default function Profile({
137137
</form>
138138
</div>
139139

140-
<DeleteUser />
140+
<DeleteUser />
141141
</SettingsLayout>
142142
</AppLayout>
143143
);

0 commit comments

Comments
 (0)