diff --git a/DotNetAppSqlDb/Views/Shared/_Layout.cshtml b/DotNetAppSqlDb/Views/Shared/_Layout.cshtml
index 35f8514..bda12e0 100644
--- a/DotNetAppSqlDb/Views/Shared/_Layout.cshtml
+++ b/DotNetAppSqlDb/Views/Shared/_Layout.cshtml
@@ -16,7 +16,7 @@
- @Html.ActionLink("My TodoList App", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
+ @Html.ActionLink("My TodoList App", "Index", new { controller = "Todos" }, new { @class = "navbar-brand" })