Skip to content

Commit fcd9aa1

Browse files
committed
Update Footer.component.tsx
1 parent 321073d commit fcd9aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/Footer.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @returns {JSX.Element} - Rendered component
55
*/
66
const Footer = () => (
7-
<footer className="bg-white mb-4 hidden md:block px-4 mt-[5rem]">
7+
<footer className="bg-white mb-2 hidden md:block px-4 mt-[5rem]">
88
<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">
99
<div className="text-gray-600 mx-auto">
1010
&copy; {new Date().getFullYear()} Daniel / w3bdesign

0 commit comments

Comments
 (0)