Skip to content

Commit 575a94c

Browse files
authored
Add non breaking space before the end of li (#99)
When screen readers render these li, all of the links tend to render in one block. the `&nbsp;` helps keep them separated and shouldn't affect the style. Signed-off-by: Matt Clark <87824367+isMattCoding@users.noreply.github.com>
1 parent 28322a2 commit 575a94c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ export const Footer = memo(
230230
>
231231
{domain}
232232
</a>
233+
&nbsp;
233234
</li>
234235
))}
235236
</ul>

0 commit comments

Comments
 (0)