Skip to content

Commit

Permalink
baby_fto icon test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 9, 2025
1 parent 8966d02 commit 418fcaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@cubing/icons": "^2.1.0-pre.4",
"@cubing/icons": "link:@cubing/icons",
"@fontsource/ubuntu": "^5.1.1",
"@types/dom-screen-wake-lock": "^1.0.1",
"@types/pouchdb": "^6.4.0",
Expand Down
1 change: 0 additions & 1 deletion src/timer.cubing.net/ui/ScrambleView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export class ScrambleView {
{
master_tetraminx: "mtetram", // TOOD
redi_cube: "redi", // TOOD
baby_fto: "pyramorphix", // similar image for now
}[eventID] ?? eventID;
removeClassesStartingWith(this.cubingIcon, "event-");
removeClassesStartingWith(this.cubingIcon, "unofficial-");
Expand Down

0 comments on commit 418fcaa

Please sign in to comment.