Skip to content

Commit

Permalink
Merge pull request #428 from the-code-artist/footer
Browse files Browse the repository at this point in the history
Contact page added in the footer
  • Loading branch information
hustlerZzZ authored Jul 15, 2024
2 parents f9d9bf9 + a6e0fa0 commit 7ff96c1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ export default function Footer() {
<li className="mr-4 hover:underline md:mr-6 hover:text-orange-600">
<Link to="/news">News</Link>
</li>
</ul>
<span className="text-sm text-white sm:text-center">© 2024-2025 <Link to="/" className="hover:underline">Foodies™</Link>. All Rights Reserved.</span>
</div>
</footer>
);

<li className="mr-4 hover:underline md:mr-6 hover:text-orange-600">
<Link to="/contact">Contact</Link>
</li>
</ul>
<span className="text-sm text-white sm:text-center ">© 2024-2025 <a href="#" className="hover:underline">Foodies™</a>. All Rights Reserved.</span>
</div>
</footer>
)
}

0 comments on commit 7ff96c1

Please sign in to comment.