Skip to content

Commit 94a1152

Browse files
committed
improve alt message
1 parent c3381d9 commit 94a1152

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
<button id="wsMarker" class="wsButton">
2121
<!--ウォーターサーバーのボタン-->
22-
<img src="/src/assets/waterserver.png" alt="button" />
22+
<img src="/src/assets/waterserver.png" alt="ウォーターサーバーのボタン" />
2323
ウォーターサーバー
2424
</button>
2525
<button id="vmMarker" class="vmButton">
2626
<!--自動販売機のボタン-->
27-
<img src="/src/assets/vendingmachine.png" alt="button" />
27+
<img src="/src/assets/vendingmachine.png" alt="自動販売機のボタン" />
2828
自動販売機
2929
</button>
3030
</body>

0 commit comments

Comments
 (0)