diff --git a/HaWeb/Views/Shared/_Menu.cshtml b/HaWeb/Views/Shared/_Menu.cshtml index 9394824..b52c4df 100644 --- a/HaWeb/Views/Shared/_Menu.cshtml +++ b/HaWeb/Views/Shared/_Menu.cshtml @@ -2,7 +2,7 @@ var showCredits = ViewData["showCredits"] == "true" ? true : false; }
-