Skip to content

Commit d8feb09

Browse files
committed
Change aria label
1 parent b9805f1 commit d8feb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PageLayout/PageLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ const VerticalDivider: React.FC<React.PropsWithChildren<DividerProps & Draggable
346346
},
347347
}}
348348
role="slider"
349-
aria-label="Draggable splitter"
349+
aria-label="Draggable pane splitter"
350350
aria-valuemin={minWidth}
351351
aria-valuemax={maxWidth}
352352
aria-orientation="vertical"

0 commit comments

Comments
 (0)