first commit
This commit is contained in:
13
src/components/layout/Footer.tsx
Normal file
13
src/components/layout/Footer.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Container } from "./Container";
|
||||
|
||||
export function Footer() {
|
||||
return (
|
||||
<footer className="py-12 border-t border-neutral-100 mt-24">
|
||||
<Container>
|
||||
<p className="text-sm text-neutral-400 tracking-wide">
|
||||
{new Date().getFullYear()}
|
||||
</p>
|
||||
</Container>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user