1 parent c4a42ad commit 9260e20Copy full SHA for 9260e20
1 file changed
index.html
@@ -166,7 +166,7 @@ <h1 class="font-mono text-xl text-pretty">WINAMP CLASSIC</h1>
166
167
<div class="flex items-center space-x-1">
168
<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">
+ <button aria-label="loop" class="bg-gray-600 p-1 btn-classic text-white">
170
<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>
171
</button>
172
</div>
0 commit comments