's'
This commit is contained in:
7
components/SiteFooter.tsx
Normal file
7
components/SiteFooter.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export function SiteFooter() {
|
||||
return (
|
||||
<footer className="text-center py-4 text-sm text-gray-500">
|
||||
<p>© 2024 编程爱好者网址导航. All rights reserved.</p>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user