Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAQ text-muted changed to text-secondary #395

Merged
merged 2 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions frontend/src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Footer() {
{t('footer.tel1')}
</a>
</span>
<span className="text-muted">{t('footer.rf')}</span>
<span className="text-secondary">{t('footer.rf')}</span>
</li>
<li>
<span className="lead fw-normal">
Expand All @@ -79,10 +79,10 @@ function Footer() {
{t('footer.tel2')}
</a>
</span>
<span className="text-muted">{t('footer.moscow')}</span>
<span className="text-secondary">{t('footer.moscow')}</span>
</li>
</Nav>
<p className="mt-3 text-muted">
<p className="mt-3 text-secondary">
<span className="d-block">{t('footer.name')}</span>
<span className="d-block">{t('footer.city')}</span>
<span className="d-block">{t('footer.street')}</span>
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,14 @@
"individually": "Individual training",
"info": "Info",
"language": "Language",
"licenseAgreement": "Non-Commercial license agreement",
"mail": "[email protected]",
"mailHref": "mailto:[email protected]",
"mailSupport": "Mail to support",
"moscow": " free in Moscow",
"name": "Hexlet Rus Ltd.",
"offer": "Public offer",
"ogrn": "ИНН 7325174845 ",
"ogrn": "PSRN 1217300010476",
"programs": "Professions from scratch",
"project": "Projects",
"promo": "Promo",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/about/Faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function Faq() {
</Accordion.Body>
</Accordion.Item>
</Accordion>
<div className="fw-bold mt-3 mb-2 py-1 text-muted">
<div className="fw-bold mt-3 mb-2 py-1 text-secondary">
{t('faq.dist0')}
<br />
{t('faq.dist1')}
Expand Down
Loading