Skip to content

Commit a4577dc

Browse files
committed
Add w3bdesign to footer credits
1 parent 711f689 commit a4577dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Footer/Footer.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Footer = () => {
55
return (
66
<>
77
<footer className="container px-6 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
8-
<div className="p-6">Copyright &copy; {new Date().getFullYear()} Daniel F aka w3bdesign</div>
8+
<div className="p-6">Copyright &copy; {new Date().getFullYear()} Daniel / w3bdesign</div>
99
</footer>
1010
</>
1111
);

0 commit comments

Comments
 (0)