feat: start recode a frontend to react and tailwind
This commit is contained in:
14
frontend/src/components/Footer.tsx
Normal file
14
frontend/src/components/Footer.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer className="footer footer-center text-base-content p-4 md:p-6">
|
||||
<div className="text-center">
|
||||
<p className="text-xs md:text-sm">
|
||||
©{" "}
|
||||
<span className="inline md:inline">Ilya "d3m0k1d" Chernishev.</span>
|
||||
<br className="md:hidden" />
|
||||
<span className="inline md:inline">All rights reserved. 2026</span>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user