官网 初版
This commit is contained in:
16
src/components/public/Footer.tsx
Normal file
16
src/components/public/Footer.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
export function Footer() {
|
||||
return (
|
||||
<footer className="border-t border-amber-900/20 bg-[#0a0912]">
|
||||
<div className="mx-auto max-w-6xl px-4 py-8">
|
||||
<div className="flex flex-col items-center justify-between gap-4 sm:flex-row">
|
||||
<p className="text-sm text-gray-500">
|
||||
© {new Date().getFullYear()} Nanami 版权所有
|
||||
</p>
|
||||
<p className="text-sm text-gray-500">
|
||||
Turtle WoW 插件平台
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user