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 (