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 (