Skip to content

Commit

Permalink
Fix bumper accessibility labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Aug 16, 2024
1 parent c353f6b commit 2eb9ec3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ https://drive.google.com/drive/folders/1QrBXiy_X74YsOueeC0IYlgyolWIhvusB

<!--
Don't let the text wrap too narrowly to the left of the above image.
The `div` reduces the vertical height.
GitHub will autolink `img`, but won't produce a link when `href="#"`.
The `div` reduces the vertical height. The `picture` prevents autolinking.
-->
<div><a href="#"><img src="docs/images/bumper.png"></a></div>
<div><picture><img src="docs/images/bumper.png" alt=""></picture></div>

**Fast and works with C++**

Expand Down

0 comments on commit 2eb9ec3

Please sign in to comment.