Skip to content

Commit

Permalink
add link to hexlet in footer (#178)
Browse files Browse the repository at this point in the history
* add link to hexlet in footer

* fix lint error
  • Loading branch information
richpeach-bot authored Aug 31, 2023
1 parent b2a7ebe commit 3285b5e
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">
<div className="fs-4 mb-2">Hexlet ©</div>
<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 3285b5e

Please sign in to comment.