diff --git a/components/Footer.tsx b/components/Footer.tsx index 348e037..a4c199e 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,13 +1,15 @@ import NextLink from "next/link"; export const FooterSections = (props: { children: React.ReactNode }) => ( -
+
{props.children}
); export const FooterSection = (props: { children: React.ReactNode }) => ( -
{props.children}
+
+ {props.children} +
); export const FooterSectionTitle = (props: { children: React.ReactNode }) => ( diff --git a/containers/AppFooter.tsx b/containers/AppFooter.tsx index c477392..685b288 100644 --- a/containers/AppFooter.tsx +++ b/containers/AppFooter.tsx @@ -12,22 +12,31 @@ export const AppFooter: React.FC = () => ( - Getting Started - Installation - - Capture screenshots + Product + What is Argos? + Review changes + Pricing + + Roadmap - Configure CI - - View on GitHub Marketplace + + + + Developers + Installation + Documentation + Configure CI + + Examples - Legal - Terms - Privacy + Company + About us Security + Privacy + Terms @@ -37,6 +46,7 @@ export const AppFooter: React.FC = () => ( Discord Twitter + Contact us