Skip to content

Commit

Permalink
Fix target attribute typo and update link in Footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustapha-Nkhili committed Jul 23, 2024
1 parent a5adc4e commit 92489cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ const Footer = () => {
<footer className="home-footer text-sm font-medium text-center pt-7 pb-7 pl-5 pr-5 text-light-periwinkle">
<p>Released under the MIT License.</p>
<p className="mt-1 mb-10">
{new Date().getFullYear()} NkhiliCSS All Right Reserved
{new Date().getFullYear()} NkhiliCSS All Rights Reserved
</p>
<span>
Made with <FontAwesomeIcon className="ml-1 mr-1" icon={faHeart} /> by{" "}
<Link
className="text-primary"
target="_blanck"
to="https://github.com/Mustapha-Nkhili/"
target="_blank"
to="https://mustapha-nkhili.web.app/"
>
Mustapha Nkhili
</Link>
Expand Down

0 comments on commit 92489cf

Please sign in to comment.