Selaa lähdekoodia

fixed navigation

Warafear 9 kuukautta sitten
vanhempi
commit
48bc205479

+ 2 - 2
src/app/journal/journal-home/navigation-panel/navigation-panel.component.ts

@@ -62,10 +62,10 @@ export class NavigationPanelComponent {
       case 'spellcards':
         this.active = 4;
         break;
-      case 'notes':
+      case 'spellbook':
         this.active = 5;
         break;
-      case 'spellbook':
+      case 'notes':
         this.active = 6;
         break;
       case 'quests':