소스 검색

fixed navigation

Warafear 9 달 전
부모
커밋
48bc205479
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/app/journal/journal-home/navigation-panel/navigation-panel.component.ts

+ 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':