Skip to content

Commit

Permalink
Fixed the footer logo redirection.
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavKeshav24 committed May 19, 2024
1 parent beb354d commit 6d273ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ const Footer = () => {
return (
<div className="footer">
<div className="footer-logo">
<img src={footer_logo} alt="" />
<p className={`footer_${theme}`}>ShopNex</p>
<Link className="nav-logo-link" to="/">
<img src={footer_logo} alt="ShopNex Logo" />
<p className={`footer_${theme}`}>ShopNex</p>
</Link>
</div>
<ul className={"footer-links_" + theme}>
<li>Company</li>
Expand Down

0 comments on commit 6d273ff

Please sign in to comment.