Skip to content

Commit c5c1e44

Browse files
committed
Revert "Update Footer.component.tsx"
This reverts commit fdeaec3.
1 parent fdeaec3 commit c5c1e44

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/components/Footer/Footer.component.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
import React from 'react';
2-
31
/**
42
* Renders Footer of the application.
53
* @function Footer
64
* @returns {JSX.Element} - Rendered component
75
*/
8-
const Footer: React.FC = () => (
9-
<footer className="bg-white py-4 mt-auto hidden md:block">
10-
<div className="container mx-auto px-6">
11-
<div className="text-gray-600 text-center">
6+
const Footer = () => (
7+
<footer className="bg-white mb-4 hidden md:block">
8+
<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">
9+
<div className="text-gray-600 mx-auto">
1210
&copy; {new Date().getFullYear()} Daniel / w3bdesign
1311
</div>
1412
</div>

0 commit comments

Comments
 (0)