Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote committed Apr 30, 2024
2 parents 2b0788c + 6934ddc commit 11f6379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Find out more on the <a href="https://layer5.io/community">Layer5 community</a>.
<div>&nbsp;</div>



<a href="https://slack.meshery.io">

<picture align="right">
Expand Down
3 changes: 1 addition & 2 deletions site/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ const App = () => {
style={{ margin: "auto" }}
className="embedVideo"
/>
{/* <p className="caption">Launch and learn with Meshery</p>
<p className="byline">The cloud native playground contains a set of learning paths that incorporate an application networking centric curriculum featuring training on 200+ integrations.</p> */}

</section>
<section className="form" id="signup-form">
<SignupForm onSubmit={handleSignUpFormSubmit} />
Expand Down
3 changes: 1 addition & 2 deletions site/src/components/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
};

Expand Down Expand Up @@ -165,7 +165,6 @@ function Navigation({ theme, toggleTheme, showSignUpButton }) {
Sign Up
</a>
)}
{/* <a href="https://playground.meshery.io" className="login-btn" role="button">Login</a> */}
</div>
</div>
</nav>
Expand Down

0 comments on commit 11f6379

Please sign in to comment.