Skip to content

Commit 1a2f633

Browse files
authored
Update contribute-docs/style-guide/ui-writing.md
1 parent da889ee commit 1a2f633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contribute-docs/style-guide/ui-writing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ UI icons can be helpful to include when describing a procedure that requires the
4545
- Include the tooltip text, image, and alt-text for optimal accessibility.
4646
- Avoid using parentheses before and after the UI icon image, which can disrupt screen readers' speech and braille outputs.
4747
:::{dropdown} Example
48-
**Don't**: To display the table in fullscreen mode, click the fullscreen icon ().
48+
**Don't**: To display the table in fullscreen mode, click the fullscreen icon ({icon}`full_screen`).
4949

5050
✔️ **Do**: To display the table in fullscreen mode, click the fullscreen icon {icon}`full_screen`.
5151
:::

0 commit comments

Comments
 (0)