diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-03 07:50:42 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-03 07:50:42 +0300 |
commit | e5416aff886957886ab2a6a7e27320bed49a48bd (patch) | |
tree | b12e1edd2fa051ac586d1a82381ab881ff7586a1 | |
parent | 3bade8859bcd938b85c39ab16eaa0dcf8e01535f (diff) |
Fix button link
-rw-r--r-- | Pages/Shared/_About.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Pages/Shared/_About.cshtml b/Pages/Shared/_About.cshtml index e7bffcb..f19cb12 100644 --- a/Pages/Shared/_About.cshtml +++ b/Pages/Shared/_About.cshtml @@ -14,7 +14,7 @@ </div> </div> <div class="container px-4 px-lg-5 d-flex h-100 align-items-center "> - <a class="btn btn-primary justify-content-center mx-auto mt-2 mb-5" href="#projects">Посмотреть комплекты</a> + <a class="btn btn-primary justify-content-center mx-auto mt-2 mb-5" href="#products">Посмотреть комплекты</a> </div> </div> </section>
\ No newline at end of file |