- added links to github, linkedin, gitea, and bside website - adjusted styling and added footer block
8 lines
149 B
TypeScript
8 lines
149 B
TypeScript
import React from "react";
|
|
export default function Footer({}) {
|
|
return (
|
|
<div className="w-full bg-black h-12">
|
|
|
|
</div>
|
|
);
|
|
}; |