diff options
Diffstat (limited to 'ExamTemplate/Web/Views/Shared')
| -rw-r--r-- | ExamTemplate/Web/Views/Shared/_Layout.cshtml | 2 | ||||
| -rw-r--r-- | ExamTemplate/Web/Views/Shared/_Navbar.cshtml | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/ExamTemplate/Web/Views/Shared/_Layout.cshtml b/ExamTemplate/Web/Views/Shared/_Layout.cshtml index 470bba7..3fe6a93 100644 --- a/ExamTemplate/Web/Views/Shared/_Layout.cshtml +++ b/ExamTemplate/Web/Views/Shared/_Layout.cshtml @@ -20,7 +20,7 @@ <footer class="border-top box-shadow">
<div class="middle-content-container">
- © 2021 - Web - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
+ IT-kariera Exam Template - 2021
</div>
</footer>
</body>
diff --git a/ExamTemplate/Web/Views/Shared/_Navbar.cshtml b/ExamTemplate/Web/Views/Shared/_Navbar.cshtml index e32b8c5..cde4b15 100644 --- a/ExamTemplate/Web/Views/Shared/_Navbar.cshtml +++ b/ExamTemplate/Web/Views/Shared/_Navbar.cshtml @@ -6,11 +6,8 @@ <nav class="navbar border-bottom box-shadow"> <div class="middle-content-container navbar-contents"> <section> - <b> - <a asp-controller="Home" asp-action="Index">Web</a> - </b> + <b>ExamTemplate</b> <a asp-controller="Home" asp-action="Index">Home</a> - <a asp-controller="Home" asp-action="Privacy">Privacy</a> </section> <div class="flex-spacer"></div> <section> |
