Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/layer5io/layer5 into anku…
Browse files Browse the repository at this point in the history
…shbhardwaj408-#3797
  • Loading branch information
ankushbhardwaj408 committed Oct 7, 2023
2 parents 3f150a5 + 1c41f2b commit ae2027c
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ firstPRMergeComment: >
  	   	   	   	 Thank you for contributing to the Layer5 community! :tada:
\
\
![Congrats!](https://github.com/layer5io/layer5/blob/master/.github/welcome/Layer5-celebration.webp)
![Congrats!](https://raw.githubusercontent.com/layer5io/layer5/master/.github/welcome/Layer5-celebration.png)
\
\
  	   	   	   	 [Join the community](https://slack.layer5.io), if you haven't yet and please leave a :star: [star on the project](../stargazers). :smile: and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-10-02 18:19:00 +0000
author: Rafi Ungar
thumbnail: ./hacktoberfest.webp
darkthumbnail: ./hacktoberfest.webp
category: Landscape
category: Service Mesh
tags:
- Landscape
- Community
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: 2019-10-12 21:58:00 +0000
author: Rafi Ungar
thumbnail: ./hacktoberfestw2.webp
darkthumbnail: ./hacktoberfestw2.webp
category: Landscape
category: Service Mesh
tags:
- Community
- Landscape
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2019-11-15 05:43:00 +0000
author: Rafi Ungar
thumbnail: ./landscape_green.svg
darkthumbnail: ./landscape_green.svg
category: Landscape
category: Service Mesh
tags:
- Community
- Landscape
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2019-12-04 18:10:00 +0000
author: Rafi Ungar
thumbnail: ./landscape_green.svg
darkthumbnail: ./landscape_green.svg
category: Landscape
category: Service Mesh
tags:
- Community
- Landscape
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ category: Programs
tags:
- Programs
- "Service Mesh Interface"
- "LFX"
- "Internship"
published: true
redirect_from:
- /blog/community/communitybridge-2020-teaching-service-meshes-to-be-compliant/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2020-07-18 10:30:05 -0530
author: Sudeep Batra
thumbnail: ./image2.webp
darkthumbnail: ./image2.webp
category: Istio
category: Service Mesh
tags:
- Service Mesh
- Open Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ date: 2022-05-27 09:10:00 +0000
author: Layer5 Team
thumbnail: ./debug-envoy-proxy.svg
darkthumbnail: ./debug-envoy-proxy.svg
category: Envoy
category: Service Mesh
tags:
- Envoy
- Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion src/collections/members/udit-takkar/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ badges:
- landscape
location: Delhi, India
bio: I'm a Self-taught Web Developer based in New delhi, India with a love and passion for building products using the latest web technologies. Skilled in HTML, CSS, Javascript, GraphQL, Next JS, React, React Native, Node, Express and Typescript, I create and design tools and Apps for companies and individuals. I try to bring ideas to Life with code.
status: Active
status: Inactive
published: true
---
2 changes: 1 addition & 1 deletion src/components/CommonForm/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const EventForm = ({ form, title, submit_title, submit_body }) => {

useEffect(() => {
if (submit) {
axios.post("https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
memberFormOne,
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/CommonForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const CommonForm = ({ form, title, submit_title, submit_body }) => {
};
useEffect(() => {
if (submit) {
axios.post("https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
memberFormOne,
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ContactForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ContactForm = () => {
useEffect(() => {
if (submit) {
// Webhook to handle all event forms and all signup forms, except for the community member form.
axios.post("https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
memberFormOne,
});
window.scrollTo(0, 700);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ContentForm = () => {

useEffect(() => {
if (submit) {
axios.post("https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
memberFormOne,
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Community/Web-based-from/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const WebBasedForm = () => {

useEffect(() => {
if (submit) {
axios.post("https://hook.us1.make.com/v66ana9yf3w11k4a1rf3epwquur1s9rd", {
axios.post("https://hook.us1.make.com/bmmi8btg3xb2fmx6kcavxmtf0a3uame2", {
memberFormOne,
MemberFormThirdValue,
MemberFormFourValue,
Expand Down

0 comments on commit ae2027c

Please sign in to comment.