Добавил русский в навигацию nav

This commit is contained in:
AderKonstantin 2025-05-15 21:53:14 +03:00
parent 139ac3356d
commit 3c6b449280

View File

@ -32,13 +32,13 @@ export const Navigation: React.FC = () => {
href="/projects"
className="duration-200 text-zinc-400 hover:text-zinc-100"
>
Projects
Проекты
</Link>
<Link
href="/contact"
className="duration-200 text-zinc-400 hover:text-zinc-100"
>
Contact
Контакты
</Link>
</div>