Skip to content

Commit

Permalink
Merge branch 'master' into feature/codingmickey/123
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote authored Jul 17, 2023
2 parents e809dce + 191889b commit 93621d8
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 84 deletions.
158 changes: 79 additions & 79 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions site/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ 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>
{/* <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">
<h2>Sign up for the early access of cloud native playground!</h2>
Expand Down
7 changes: 4 additions & 3 deletions site/src/components/SignupForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ const SignupForm = ({ onSubmit }) => {
if (formSubmitted) {
onSubmit();

// axios.post('https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c', {
// memberFormOne
// });
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
memberFormOne
});

window.scrollTo({
top: 800,
left: 0,
Expand Down

0 comments on commit 93621d8

Please sign in to comment.