added footer
This commit is contained in:
parent
dfed98af2d
commit
5c2efd4f7b
0
src/components/footer.css
Normal file
0
src/components/footer.css
Normal file
9
src/components/footer.tsx
Normal file
9
src/components/footer.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
export default function Footer() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<div className="w-full border-t border-t-gray-500 bg-black py-5 pl-4">
|
||||||
|
<h1 className="text-gray-600 font-[Bitcount] text-2xl ">periodicbrake.fr</h1>
|
||||||
|
</div>
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue