Skip to content

Commit

Permalink
Update Footer.component.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign authored Sep 23, 2024
1 parent 76bec8d commit 6425ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
const Footer = () => (
<footer className="bg-white mb-4 hidden md:block px-4">
<div className="container flex md:flex-wrap flex-col md:flex-row items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96 border border-gray-200 rounded">
<div className="container flex md:flex-wrap flex-col md:flex-row items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96 border border-gray-200 rounded lg:max-w-[1490px]">
<div className="text-gray-600 mx-auto">
&copy; {new Date().getFullYear()} Daniel / w3bdesign
</div>
Expand Down

0 comments on commit 6425ec0

Please sign in to comment.