Skip to content

Commit eb9bb12

Browse files
committed
baby_fto test.
1 parent baa4d0e commit eb9bb12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"workbox-precaching": "^7.1.0"
2424
},
2525
"dependencies": {
26-
"@cubing/icons": "^2.1.0-pre.4",
26+
"@cubing/icons": "link:@cubing/icons",
2727
"@fontsource/ubuntu": "^5.1.1",
2828
"cubing": "^0.53.10"
2929
},

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<button data-event="master_tetraminx" title="Master Tetraminx" class="cubing-icon unofficial-mtetram"></button>
4242
<button data-event="kilominx" title="Kilominx" class="cubing-icon unofficial-kilominx"></button>
4343
<button data-event="redi_cube" title="Redi Cube" class="cubing-icon unofficial-redi"></button>
44-
<button data-event="baby_fto" title="Baby FTO" class="cubing-icon unofficial-pyramorphix"></button>
44+
<button data-event="baby_fto" title="Baby FTO" class="cubing-icon unofficial-baby_fto"></button>
4545
</div>
4646
<hr>
4747
<label for="visualization-2D" class="option-row tight">

src/scramble.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const unofficialEvents: Record<string, EventInfo> = {
3636
baby_fto: {
3737
puzzleID: "baby_fto",
3838
eventName: "Baby FTO",
39-
iconID: "pyramorphix",
39+
iconID: "baby_fto",
4040
},
4141
};
4242

0 commit comments

Comments
 (0)