Skip to content

Commit d61dbc1

Browse files
committed
Version 1.0.25
1 parent d875d9d commit d61dbc1

File tree

3 files changed

+8520
-2
lines changed

3 files changed

+8520
-2
lines changed

components/Footer/Footer.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Footer of the application.
33
*/
4-
const Footer = () => (
4+
const Footer = () => (
55
<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">
66
<div className="p-6">
77
Copyright &copy; {new Date().getFullYear()} Daniel / w3bdesign

0 commit comments

Comments
 (0)