diff --git a/README.md b/README.md index 3f712b7..6111cc9 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ yarn rw dev Your browser should open automatically to `http://localhost:8910` to see the web app. Lambda functions run on `http://localhost:8911` and are also proxied to `http://localhost:8910/.redwood/functions/*`. +If you want to access the websight on your phone use `yarn redwood dev --fwd="--host "` + you can sign in to the following accounts locally localUser1@kurthutten.com: `abc123` diff --git a/app/web/src/components/Footer/Footer.js b/app/web/src/components/Footer/Footer.js index f20a80c..25c5b0d 100644 --- a/app/web/src/components/Footer/Footer.js +++ b/app/web/src/components/Footer/Footer.js @@ -4,7 +4,7 @@ import OutBound from 'src/components/OutBound' const Footer = () => { return (
-
+
Github diff --git a/app/web/src/components/IdeHeader/IdeHeader.tsx b/app/web/src/components/IdeHeader/IdeHeader.tsx index b277e1e..fabf4f1 100644 --- a/app/web/src/components/IdeHeader/IdeHeader.tsx +++ b/app/web/src/components/IdeHeader/IdeHeader.tsx @@ -20,21 +20,21 @@ const TopButton = ({ className={`flex bg-gray-200 h-10 justify-center items-center px-4 rounded ${className}`} > {children} - {name} + {name} ) const IdeHeader = ({ handleRender }: { handleRender: () => void }) => { return (
-
+
- + @@ -48,7 +48,7 @@ const IdeHeader = ({ handleRender }: { handleRender: () => void }) => { > diff --git a/app/web/src/components/IdeWrapper/IdeWrapper.tsx b/app/web/src/components/IdeWrapper/IdeWrapper.tsx index 5009981..96fe079 100644 --- a/app/web/src/components/IdeWrapper/IdeWrapper.tsx +++ b/app/web/src/components/IdeWrapper/IdeWrapper.tsx @@ -23,8 +23,8 @@ const IdeToolbarNew = ({ cadPackage }) => { {shouldShowConstructionMessage && ( -
-
+
+
We're still working on this. Since you're here, have a look what{' '} { return (
-