Almost finish implementing client side
This commit is contained in:
9
Client/app/components/Footer.tsx
Normal file
9
Client/app/components/Footer.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className="bg-white mt-auto">
|
||||
<div className="container mx-auto py-4 px-4 text-center text-gray-500">
|
||||
© {new Date().getFullYear()} ImageBoard. All rights reserved.
|
||||
</div>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user