We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ba52a commit 672565cCopy full SHA for 672565c
src/components/Footer/Footer.component.tsx
@@ -6,10 +6,10 @@ import React from 'react';
6
* @returns {JSX.Element} - Rendered component
7
*/
8
const Footer = () => (
9
- <footer className="w-full bg-white">
+ <footer className="w-full bg-white border-t border-gray-200">
10
<div className="container flex items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96">
11
- <div className="text-gray-700">
12
- Copyright © {new Date().getFullYear()} Daniel / w3bdesign
+ <div className="text-gray-600">
+ © {new Date().getFullYear()} Daniel / w3bdesign
13
</div>
14
15
</footer>
0 commit comments