From 29a093c755c4e5167b06cb0d624f0b954546225a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:02:20 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 85e308e..e99f219 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,7 +18,8 @@ export default function AboutPage() { ]; const navButton = { - text: "Связаться с нами", href: "/contact"}; + text: "Связаться с нами", href: "/contact" + }; return (