Skip to content

Commit ad657ed

Browse files
committed
Update Footer.component.tsx
1 parent 0d9defd commit ad657ed

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
@@ -6,7 +6,7 @@ import React from 'react';
66
* @returns {JSX.Element} - Rendered component
77
*/
88
const Footer = () => (
9-
<footer className="bg-white">
9+
<footer className="bg-white mb-4">
1010
<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">
1111
<div className="text-gray-600 mx-auto">
1212
&copy; {new Date().getFullYear()} Daniel / w3bdesign

0 commit comments

Comments
 (0)