diff --git a/package.json b/package.json index 73f73e9..a7b4132 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/timer.cubing.net/ui/ScrambleView.ts b/src/timer.cubing.net/ui/ScrambleView.ts index 25fb44b..fc94a89 100644 --- a/src/timer.cubing.net/ui/ScrambleView.ts +++ b/src/timer.cubing.net/ui/ScrambleView.ts @@ -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-");