Skip to content

Commit

Permalink
[#517] delete inline styles in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry1399 committed Jul 17, 2024
1 parent 7e32502 commit 329d31f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ function Footer() {
eventKey="licenseAgreement"
to="/licenseAgreement"
>
<span style={{ paddingRight: '1.25rem' }}>
{tF('licenseAgreement')}
</span>
<span>{tF('licenseAgreement')}</span>
</Nav.Link>
</li>
<li>
Expand Down

0 comments on commit 329d31f

Please sign in to comment.