File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
resources/js/pages/settings Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ const breadcrumbItems: BreadcrumbItem[] = [
21
21
<AppLayout :breadcrumbs =" breadcrumbItems" >
22
22
<Head title =" Appearance settings" />
23
23
24
+ <h1 class =" sr-only" >Appearance Settings</h1 >
25
+
24
26
<SettingsLayout >
25
27
<div class =" space-y-6" >
26
28
<HeadingSmall
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ const currentPasswordInput = ref<HTMLInputElement | null>(null);
28
28
<AppLayout :breadcrumbs =" breadcrumbItems" >
29
29
<Head title =" Password settings" />
30
30
31
+ <h1 class =" sr-only" >Password Settings</h1 >
32
+
31
33
<SettingsLayout >
32
34
<div class =" space-y-6" >
33
35
<HeadingSmall
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ const user = page.props.auth.user;
36
36
<AppLayout :breadcrumbs =" breadcrumbItems" >
37
37
<Head title =" Profile settings" />
38
38
39
+ <h1 class =" sr-only" >Profile Settings</h1 >
40
+
39
41
<SettingsLayout >
40
42
<div class =" flex flex-col space-y-6" >
41
43
<HeadingSmall
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ onUnmounted(() => {
41
41
<template >
42
42
<AppLayout :breadcrumbs =" breadcrumbs" >
43
43
<Head title =" Two-Factor Authentication" />
44
+
45
+ <h1 class =" sr-only" >Two-Factor Authentication Settings</h1 >
46
+
44
47
<SettingsLayout >
45
48
<div class =" space-y-6" >
46
49
<HeadingSmall
You can’t perform that action at this time.
0 commit comments