Contacts name changed

This commit is contained in:
Kakabay 2022-12-26 16:23:21 +05:00
parent bb8c3802a1
commit 9bdaf33efd
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ const Footer = ({ lang }) => {
lang === 'ru'
? 'Контакты'
: lang === 'tm'
? 'Salgymyz'
? 'Habarlaşmak üçin'
: lang === 'en'
? 'Contacts'
: null
@ -203,7 +203,7 @@ const Footer = ({ lang }) => {
{lang === 'ru'
? 'Контакты'
: lang === 'tm'
? 'Salgymyz'
? 'Habarlaşmak üçin'
: lang === 'en'
? 'Contacts'
: null}

View File

@ -69,7 +69,7 @@ const Header = ({ lang, setLang }) => {
<Link to={'/multimedia'}>Multimediýa</Link>
</li>
<li className="nav-top-list-item">
<Link to={'/contacts'}>Salgymyz</Link>
<Link to={'/contacts'}>Habarlaşmak üçin</Link>
</li>
</ul>
) : null}