diff --git a/web/src/components/Benefits.js b/web/src/components/Benefits.js index 8eb78084a..0d5b8dda0 100644 --- a/web/src/components/Benefits.js +++ b/web/src/components/Benefits.js @@ -46,7 +46,7 @@ const Benefits = () => { a .

- Don't worry, it takes less than 30 minutes to learn. + Don't worry, it takes less than 30 minutes to learn. Works seamlessly with your stack.

diff --git a/web/src/components/Hero.js b/web/src/components/Hero.js index 2b4591440..812511170 100644 --- a/web/src/components/Hero.js +++ b/web/src/components/Hero.js @@ -87,6 +87,8 @@ const Hero = () => { route RootRoute { path: "/", to: MainPage } page MainPage { + /* Only logged in users can access this. */ + authRequired: true, /* import your React code */ component: import Main from "@ext/Main.js" }` diff --git a/web/src/components/HowItWorks.js b/web/src/components/HowItWorks.js index a9351e360..11a56a0f9 100644 --- a/web/src/components/HowItWorks.js +++ b/web/src/components/HowItWorks.js @@ -63,7 +63,7 @@ const HowItWorks = () => { @@ -75,7 +75,7 @@ const HowItWorks = () => { diff --git a/web/src/components/Testimonials.js b/web/src/components/Testimonials.js index a46e5d465..1f3d0b3db 100644 --- a/web/src/components/Testimonials.js +++ b/web/src/components/Testimonials.js @@ -164,7 +164,7 @@ const Testimonials = () => { } return ( - +