summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-06-03 07:50:42 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-06-03 07:50:42 +0300
commite5416aff886957886ab2a6a7e27320bed49a48bd (patch)
treeb12e1edd2fa051ac586d1a82381ab881ff7586a1
parent3bade8859bcd938b85c39ab16eaa0dcf8e01535f (diff)
Fix button link
-rw-r--r--Pages/Shared/_About.cshtml2
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