Skip to content

Commit

Permalink
Merge pull request #294 from the-code-artist/footer
Browse files Browse the repository at this point in the history
updated footer theme in dark mode
  • Loading branch information
hustlerZzZ authored Jun 11, 2024
2 parents 7a7a3fe + 99aef87 commit 434b330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = () => {
window.scrollTo(0, 0);
};
return (
<div className='bg-blue-950 text-white p-10'>
<div className="text-white p-3 font-semibold shadow-lg bg-gradient-to-t from-blue-950 via-blue-950 to-gray-900 w-full z-40 dark:bg-cadetblue dark:bg-none">
<div className='md:flex'>
<div className='md:w-1/2 flex mb-8 md:mb-0 items-top'>
<img src="https://foodies-web-app.vercel.app/static/media/logo2.db6bd5028bb56c6572c7.png" alt="" className='h-16 w-48'/>
Expand Down

0 comments on commit 434b330

Please sign in to comment.