File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ const HeaderActions = () => {
70
70
) }
71
71
< button
72
72
type = "button"
73
- aria-label = { __ ( 'Close layouts sidebar' , 'wp-module-onboarding' ) }
73
+ title = { __ ( 'Toggle layouts sidebar' , 'wp-module-onboarding' ) }
74
+ aria-label = { __ ( 'Toggle layouts sidebar' , 'wp-module-onboarding' ) }
74
75
className = "nfd-onboarding-canvas-sidebar-header-close nfd-mr-2 nfd-rounded-sm hover:nfd-text-primary focus:nfd-text-primary focus:nfd-outline-none focus:nfd-ring-2 focus:nfd-ring-primary focus:nfd-ring-offset-2"
75
76
onClick = { handleCanvasSidebarToggle }
76
77
>
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const Header = () => {
16
16
</ Title >
17
17
< button
18
18
type = "button"
19
+ title = { __ ( 'Close layouts sidebar' , 'wp-module-onboarding' ) }
19
20
aria-label = { __ ( 'Close layouts sidebar' , 'wp-module-onboarding' ) }
20
21
className = "nfd-onboarding-canvas-sidebar-header-close nfd-rounded-sm hover:nfd-text-primary focus:nfd-text-primary focus:nfd-outline-none focus:nfd-ring-2 focus:nfd-ring-primary focus:nfd-ring-offset-2"
21
22
onClick = { handleCanvasSidebarToggle }
You can’t perform that action at this time.
0 commit comments