Moved buttons to it's own component and added the new compoenent to the footer.
This commit is contained in:
@@ -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">
|
||||
©
|
||||
{` 2021 - ${new Date().getFullYear()} `}
|
||||
|
||||
Reference in New Issue
Block a user