blog: blacksite chrome

This commit is contained in:
kbot
2026-07-06 22:06:07 -05:00
parent 40d5c75775
commit 764600e6fe
3 changed files with 11 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
export function Footer() {
return (
<footer className="border-t border-border mt-16 py-8 text-center">
<p className="font-mono text-sm text-ink-soft">
© {new Date().getFullYear()} Krishna A. All rights reserved.
<p className="font-mono text-xs text-ink-soft">
© {new Date().getFullYear()} Krishna Ayyalasomayajula
</p>
</footer>
)