Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
richpeach-bot committed Aug 30, 2023
1 parent 2415206 commit aae03da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layouts/BaseLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const CustomFooter = () => {
<div className="container-xl">
<div className="row justify-content-lg-around">
<div className="col-sm-6 col-md-4 col-lg-auto">
<a className="d-inline-block text-decoration-none text-body fs-4 mb-2" target="_blank" rel="noopener" href="https://ru.hexlet.io/">Hexlet ©</a>
<a className="d-inline-block text-decoration-none text-body fs-4 mb-2" target="_blank" rel="noopener noreferrer" href="https://ru.hexlet.io/">Hexlet ©</a>
<ul className="list-unstyled">
<li>
<Link href={routes.aboutPath()}>
Expand Down

0 comments on commit aae03da

Please sign in to comment.