Skip to content

Commit

Permalink
Merge pull request #486 from bobrov-site/fixedTGFooter
Browse files Browse the repository at this point in the history
Fixed tg footer
  • Loading branch information
dzencot authored May 20, 2024
2 parents e3db524 + 5b00336 commit 0af48fe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
24 changes: 13 additions & 11 deletions frontend/src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,19 @@ function Footer() {
</span>
<span className="text-secondary">{t('footer.moscow')}</span>
</li>
<li>
<span className="lead fw-normal">
<a
className={`${classes.footerLink} text-decoration-none`}
href={t('footer.tgLink')}
rel="noopener noreferrer nofollow"
target="_blank"
>
{t('footer.help')}:
</a>
</span>
<span className="text-secondary">{t('footer.tg')}</span>
</li>
</Nav>
<p className="mt-3 text-secondary">
<span className="d-block">{t('footer.name')}</span>
Expand Down Expand Up @@ -147,17 +160,6 @@ function Footer() {
{t('footer.subscribe')}
</div>
<ul className="list-unstyled h3 text-start d-flex flex-wrap">
<li className="me-4 mb-2">
<a
aria-label="Telegram"
className={`${classes.footerLink}`}
href="https://t.me/hexletcommunity/12"
rel="noopener noreferrer nofollow"
target="_blank"
>
<Telegram />
</a>
</li>
<li className="me-4 mb-2">
<a
aria-label="Youtube"
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@
"tel1": "8 800 100 22 47",
"tel1Href": "tel:88001002247",
"tel2": "+7 495 085 28 38",
"tel2Href": "tel:84950852838"
"tel2Href": "tel:84950852838",
"tg": "TG#Волонтеры",
"tgLink": "https://t.me/hexletcommunity/12"
},
"formActions": {
"hidePassword": "Скрыть пароль",
Expand Down

0 comments on commit 0af48fe

Please sign in to comment.