Skip to content

Commit 46ff500

Browse files
committed
Add alt text to img
1 parent 107d260 commit 46ff500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const MapComponent = ({ shown, options, ws, session, pinPoint, setPinPoint, answ
207207
>
208208

209209
<div className='mapAttr'>
210-
<img width="60" src='https://lh3.googleusercontent.com/d_S5gxu_S1P6NR1gXeMthZeBzkrQMHdI5uvXrpn3nfJuXpCjlqhLQKH_hbOxTHxFhp5WugVOEcl4WDrv9rmKBDOMExhKU5KmmLFQVg' />
210+
<img width="60" src='https://lh3.googleusercontent.com/d_S5gxu_S1P6NR1gXeMthZeBzkrQMHdI5uvXrpn3nfJuXpCjlqhLQKH_hbOxTHxFhp5WugVOEcl4WDrv9rmKBDOMExhKU5KmmLFQVg' alt="Google" />
211211
</div>
212212
<MapPlugin playSound={
213213
() => {

0 commit comments

Comments
 (0)