diff --git a/src/components/Branding/FullLogo.tsx b/src/components/Branding/FullLogo.tsx new file mode 100644 index 00000000..6d333b28 --- /dev/null +++ b/src/components/Branding/FullLogo.tsx @@ -0,0 +1,9 @@ + +const FullLogo = () => { + return + + + +} + +export default FullLogo; \ No newline at end of file diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 22e0920a..d907e277 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,11 +1,12 @@ import { Chip, IconButton } from "@mui/joy"; import { GitHub, Mail } from "react-feather"; +import FullLogo from "./Branding/FullLogo"; const Footer = () => { return (