Browse Source

added browser extensions title

main
piercingl1ght 11 months ago
parent
commit
2931cdd550
  1. 1
      searching-front/app/core/components/Footer/Footer.tsx
  2. 1
      searching-front/app/i18n/en.ts
  3. 1
      searching-front/app/i18n/ru.ts

1
searching-front/app/core/components/Footer/Footer.tsx

@ -35,6 +35,7 @@ const Footer = () => {
<div className={s.root}>
<div className={s.contactsWrapper}>
<FooterLink href="https://searchington.t.me/" keyLink="footer.linkAnnouncments" />
<FooterLink href="https://ton.ski/access/" keyLink="footer.linkExtensions" />
<FooterLink href="https://ton.ski/about/" keyLink="footer.linkAbout" />
</div>
</div>

1
searching-front/app/i18n/en.ts

@ -6,6 +6,7 @@ const en = {
"footer.contacts-description": "Feedback, suggestions, bug reports",
"footer.linkContacts": "Contact Us",
"footer.linkAnnouncments": "Announcments",
"footer.linkExtensions": "Browser Extensions",
"footer.linkAbout": "About",
"state.title": "State Of Ton Sites",

1
searching-front/app/i18n/ru.ts

@ -6,6 +6,7 @@ const ru = {
"footer.contacts-description": "Отзывы, предложения, багрепорты",
"footer.linkContacts": "Связаться с нами",
"footer.linkAnnouncments": "Новости",
"footer.linkExtensions": "Расширения для браузера",
"footer.linkAbout": "О нас",
"state.siteOutOf": " сайтов из ",

Loading…
Cancel
Save