Skip to content

Commit 9260e20

Browse files
committed
aria-label loop
1 parent c4a42ad commit 9260e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h1 class="font-mono text-xl text-pretty">WINAMP CLASSIC</h1>
166166

167167
<div class="flex items-center space-x-1">
168168
<button class="bg-gray-600 text-white text-xs px-2 py-1 btn-classic">SHUFFLE</button>
169-
<button class="bg-gray-600 p-1 btn-classic text-white">
169+
<button aria-label="loop" class="bg-gray-600 p-1 btn-classic text-white">
170170
<svg class="w-5 h-4" fill="currentColor" viewBox="0 0 20 20"><path d="M10 4l-4 3h3v6H6l4 3 4-3h-3V7h3l-4-3z"></path></svg>
171171
</button>
172172
</div>

0 commit comments

Comments
 (0)