Skip to content

Commit

Permalink
YKI(Frontend): Don't hide column name from screen reader [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Oct 21, 2023
1 parent 9f2d592 commit 2475275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const TableCellForPhone = ({
}) => (
<TableCell>
<Text>
<b aria-hidden={true}>{columnName}</b>
<b>{columnName}</b>
<br aria-hidden={true} />
{children}
</Text>
Expand Down

0 comments on commit 2475275

Please sign in to comment.