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 @@ -20,6 +20,8 @@ export default function Appearance() {
20
20
< AppLayout breadcrumbs = { breadcrumbs } >
21
21
< Head title = "Appearance settings" />
22
22
23
+ < h1 className = "sr-only" > Appearance Settings</ h1 >
24
+
23
25
< SettingsLayout >
24
26
< div className = "space-y-6" >
25
27
< HeadingSmall
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ export default function Password() {
28
28
< AppLayout breadcrumbs = { breadcrumbs } >
29
29
< Head title = "Password settings" />
30
30
31
+ < h1 className = "sr-only" > Password Settings</ h1 >
32
+
31
33
< SettingsLayout >
32
34
< div className = "space-y-6" >
33
35
< HeadingSmall
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ export default function Profile({
34
34
< AppLayout breadcrumbs = { breadcrumbs } >
35
35
< Head title = "Profile settings" />
36
36
37
+ < h1 className = "sr-only" > Profile Settings</ h1 >
38
+
37
39
< SettingsLayout >
38
40
< div className = "space-y-6" >
39
41
< HeadingSmall
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ export default function TwoFactor({
43
43
return (
44
44
< AppLayout breadcrumbs = { breadcrumbs } >
45
45
< Head title = "Two-Factor Authentication" />
46
+
47
+ < h1 className = "sr-only" > Two-Factor Authentication Settings</ h1 >
48
+
46
49
< SettingsLayout >
47
50
< div className = "space-y-6" >
48
51
< HeadingSmall
You can’t perform that action at this time.
0 commit comments