Skip to content

Commit e1cae4c

Browse files
add play icon (#4421)
1 parent 2fabb65 commit e1cae4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/pitchstaircase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class PitchStaircase {
6060
const cell = row.insertCell(-1);
6161
cell.innerHTML =
6262
`&nbsp;&nbsp;<img
63-
src="header-icons/icon"
63+
src="header-icons/play-button.svg"
6464
title="${label}"
6565
alt="${label}"
6666
height="${iconSize}"

0 commit comments

Comments
 (0)