diff --git a/README.md b/README.md index faf2e7d..9afddd9 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Find out more on the Layer5 community.
 
+ diff --git a/site/src/App.js b/site/src/App.js index 9587246..331da26 100644 --- a/site/src/App.js +++ b/site/src/App.js @@ -43,8 +43,7 @@ const App = () => { style={{ margin: "auto" }} className="embedVideo" /> - {/*

Launch and learn with Meshery

-

The cloud native playground contains a set of learning paths that incorporate an application networking centric curriculum featuring training on 200+ integrations.

*/} +
diff --git a/site/src/components/Navigation/index.js b/site/src/components/Navigation/index.js index 56c7437..5af8e4e 100644 --- a/site/src/components/Navigation/index.js +++ b/site/src/components/Navigation/index.js @@ -54,7 +54,7 @@ function Navigation({ theme, toggleTheme, showSignUpButton }) { const data = response.data; setUserData(data); } catch (error) { - console.error("There was a problem with your fetch operation:", error); + console.error("There was a problem with your fetch operation: ", error?.toString?.(), error ); } }; @@ -165,7 +165,6 @@ function Navigation({ theme, toggleTheme, showSignUpButton }) { Sign Up )} - {/* Login */}