From 72c66f8a618c3a1f7e0d4355ca5eb8342b42e58b Mon Sep 17 00:00:00 2001
From: "jvanboxtel@wisc.edu" <jvanboxtel@wisc.edu>
Date: Mon, 15 Apr 2019 15:33:06 -0500
Subject: [PATCH] ROERNOLL-1574 link fix

---
 src/app/core/navigation/navigation.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/core/navigation/navigation.component.html b/src/app/core/navigation/navigation.component.html
index 00c2240..f4cb920 100644
--- a/src/app/core/navigation/navigation.component.html
+++ b/src/app/core/navigation/navigation.component.html
@@ -3,7 +3,7 @@
     <a mat-tab-link href="/search">Search</a>
     <a mat-tab-link href="/my-courses">My courses</a>
     <a mat-tab-link href="/scheduler">Scheduler</a>
-    <a mat-tab-link class="active" href="/">Degree Planner</a>
+    <a mat-tab-link class="active" href="/degree-planner">Degree Planner</a>
     <a mat-tab-link href="/dars">Degree Audit (DARS)</a>
   </nav>
   <button class="btn-feedback" (click)="onFeedbackClick()">Feedback</button>
-- 
GitLab