feat: add site footer
This commit is contained in:
9
components/layout/Footer.tsx
Normal file
9
components/layout/Footer.tsx
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
export function Footer() {
|
||||||
|
return (
|
||||||
|
<footer className="border-t border-border mt-20 py-8 text-center">
|
||||||
|
<p className="font-mono text-sm text-ink-soft">
|
||||||
|
© {new Date().getFullYear()} blog. All rights reserved.
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user