@@ -27,9 +27,10 @@ <h2 class="mt-30 ml-100">PentaShapes</h2>
2727
2828 Scale:
2929 < select id ="scale-select ">
30+ < option value =""> -- Choose a scale --</ option >
3031 < option value ="roots "> Roots</ option >
3132 < option value ="chromatic "> Chromatic</ option >
32- < option value ="penta_min " selected > Pentatonic Minor</ option >
33+ < option value ="penta_min "> Pentatonic Minor</ option >
3334 < option value ="penta_maj "> Pentatonic Major</ option >
3435 < option value ="blues "> Blues</ option >
3536 < option value ="major " disabled > Major</ option >
@@ -49,23 +50,23 @@ <h2 class="mt-30 ml-100">PentaShapes</h2>
4950 < div class ="mt-15 ">
5051 < label class ="custom-checkbox ">
5152 < input type ="checkbox " id ="shape_1 " value ="shape_1 " class ="shape-checkbox " disabled onclick ="shapeClick() ">
52- < span class ="checkmark "> </ span > Shape 1
53+ < span class ="checkmark "> </ span > < span name =" shape_label " > Shape 1</ span >
5354 </ label >
5455 < label class ="custom-checkbox ">
5556 < input type ="checkbox " id ="shape_2 " value ="shape_2 " class ="shape-checkbox " disabled onclick ="shapeClick() ">
56- < span class ="checkmark "> </ span > Shape 2
57+ < span class ="checkmark "> </ span > < span name =" shape_label " > Shape 2</ span >
5758 </ label >
5859 < label class ="custom-checkbox ">
5960 < input type ="checkbox " id ="shape_3 " value ="shape_3 " class ="shape-checkbox " disabled onclick ="shapeClick() ">
60- < span class ="checkmark "> </ span > Shape 3
61+ < span class ="checkmark "> </ span > < span name =" shape_label " > Shape 3</ span >
6162 </ label >
6263 < label class ="custom-checkbox ">
6364 < input type ="checkbox " id ="shape_4 " value ="shape_4 " class ="shape-checkbox " disabled onclick ="shapeClick() ">
64- < span class ="checkmark "> </ span > Shape 4
65+ < span class ="checkmark "> </ span > < span name =" shape_label " > Shape 4</ span >
6566 </ label >
6667 < label class ="custom-checkbox ">
6768 < input type ="checkbox " id ="shape_5 " value ="shape_5 " class ="shape-checkbox " disabled onclick ="shapeClick() ">
68- < span class ="checkmark "> </ span > Shape 5
69+ < span class ="checkmark "> </ span > < span name =" shape_label " > Shape 5</ span >
6970 </ label >
7071 </ div >
7172
0 commit comments