diff --git a/README.md b/README.md index d37ee2d..f092ef1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Let's help Code-CAD reach its [full potential!](https://cadhub.xyz) We're making a ~~cad~~hub for the Code-CAD community, think of it as model-repository crossed with a live editor. We have an integration with the excellent [cascadeStudio](https://zalo.github.io/CascadeStudio/) with [more coming soon](https://github.com/Irev-Dev/curated-code-cad). -If you want to be involved in anyway, get in touch via, [twitter](https://twitter.com/IrevDev), [discord](https://discord.gg/SD7zFRNjGH) or [discussions](https://github.com/Irev-Dev/cadhub/discussions). +If you want to be involved in anyway, checkout the [Road Map](https://github.com/Irev-Dev/cadhub/discussions/212) and get in touch via, [twitter](https://twitter.com/IrevDev), [discord](https://discord.gg/SD7zFRNjGH) or [discussions](https://github.com/Irev-Dev/cadhub/discussions). diff --git a/web/src/components/Footer/Footer.js b/web/src/components/Footer/Footer.js index b4e1bd1..0836430 100644 --- a/web/src/components/Footer/Footer.js +++ b/web/src/components/Footer/Footer.js @@ -1,9 +1,16 @@ import { Link, routes } from '@redwoodjs/router' +import OutBound from 'src/components/OutBound' const Footer = () => { return (
+ + Road Map + Code of Conduct diff --git a/web/src/components/LandingSection/LandingSection.js b/web/src/components/LandingSection/LandingSection.js index 0156516..2e1e7f1 100644 --- a/web/src/components/LandingSection/LandingSection.js +++ b/web/src/components/LandingSection/LandingSection.js @@ -154,7 +154,14 @@ const LandingSection = () => { > CascadeStudio {' '} - with more integrations coming soon. + with more integrations{' '} + + coming soon + + .

diff --git a/web/src/components/OutBound/OutBound.js b/web/src/components/OutBound/OutBound.js index 398ae57..355f9a6 100644 --- a/web/src/components/OutBound/OutBound.js +++ b/web/src/components/OutBound/OutBound.js @@ -4,6 +4,7 @@ const OutBound = ({ className, children, to }) => { return ( { ReactGA.event({