Add Footer component
This commit is contained in:
9
components/Footer.tsx
Normal file
9
components/Footer.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
const year = new Date().getFullYear();
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<div className="mt-20 w-full bg-secondary py-6 text-center">{year}</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user