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 d875d9d commit d61dbc1Copy full SHA for d61dbc1
components/Footer/Footer.component.jsx
@@ -1,7 +1,7 @@
1
/**
2
* Footer of the application.
3
*/
4
- const Footer = () => (
+const Footer = () => (
5
<footer className="w-full sm:absolute sm:bottom-0 px-6 mb-28 sm:mb-0 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
6
<div className="p-6">
7
Copyright © {new Date().getFullYear()} Daniel / w3bdesign
0 commit comments