Moved buttons to it's own component and added the new compoenent to the footer.

This commit is contained in:
Lucid Kobold
2022-06-24 10:45:19 -05:00
parent 6a0863faf3
commit 362b4babe2
5 changed files with 88 additions and 78 deletions

View File

@@ -13,6 +13,7 @@ import { motion } from "framer-motion";
import Patreon from "../../components/buttons/Patreon";
import CustomButton from "../../components/buttons/Custom";
import Twitter from "../../components/buttons/Twitter";
import Buttons from "../../components/buttons";
const MotionBox = motion<BoxProps>(Box);
@@ -69,15 +70,7 @@ const Footer = (): JSX.Element => {
</Button>
</Link>
</MotionBox> */}
<CustomButton
link={
"https://lucidcreations.media/introducing-code-name-potty-chart/"
}
text="More About This App"
type="footer"
/>
<Patreon />
<Twitter />
<Buttons />
<Text color="brand.footerText" fontSize="xs">
&copy;
{` 2021 - ${new Date().getFullYear()} `}