Skip to content

Commit 691a917

Browse files
committed
wip
1 parent 9253685 commit 691a917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/Pages/Settings/Appearance.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface BreadcrumbItem {
1515

1616
const breadcrumbItems: BreadcrumbItem[] = [
1717
{
18-
title: 'Appearance',
18+
title: 'Appearance Settings',
1919
href: '/settings/appearance'
2020
}
2121
]
@@ -42,4 +42,4 @@ export default function Appearance() {
4242
</SettingsLayout>
4343
</AppLayout>
4444
);
45-
}
45+
}

0 commit comments

Comments
 (0)