diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-22 07:12:53 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-22 07:12:53 +0300 |
commit | bc1e87e4fe7d84bb747ecc358308976732503221 (patch) | |
tree | e7351ee31e63800d1408c352ef94d378354ad62e /Views/Shared | |
parent | 0107d5b518f586bc2172b4e89f0cab7619e76670 (diff) |
Edit back to top link
Diffstat (limited to 'Views/Shared')
-rw-r--r-- | Views/Shared/_Navigation.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Views/Shared/_Navigation.cshtml b/Views/Shared/_Navigation.cshtml index 7bc4e8b..fa82f81 100644 --- a/Views/Shared/_Navigation.cshtml +++ b/Views/Shared/_Navigation.cshtml @@ -1,6 +1,6 @@ <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav"> <div class="container px-4 px-lg-5"> - <a class="navbar-brand" href="/Home/Index#page-top"><img height="40" src="/assets/img/logo.svg"></a> + <a class="navbar-brand" href="#page-top"><img height="40" src="/assets/img/logo.svg"></a> <button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> |