Fix icon name in mapper service after rename in ec3ff54.

This commit is contained in:
Arpad Csanyi
2016-05-16 12:52:22 +02:00
parent ec3ff54775
commit c01c049fc7

View File

@@ -125,7 +125,7 @@ export class MapperService {
private initNameToFileNames(): void {
this.nameToFileName = new Map<string, string>();
this.nameToFileName.set('toggle', 'icon-kbd__fn--toggle');
this.nameToFileName.set('switch-keymap', 'icon-kbd__mod--switch-layout');
this.nameToFileName.set('switch-keymap', 'icon-kbd__mod--switch-keymap');
}
}