From c950509c6e262fcc0c639c67a25732e891547a9c Mon Sep 17 00:00:00 2001 From: CalebZoe <179137388+CalebZoe@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:27:38 +0530 Subject: [PATCH 1/3] Revert "Revert "Revert "[chore] Fix community memeber form""" --- src/sections/Community/Web-based-from/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/Community/Web-based-from/index.js b/src/sections/Community/Web-based-from/index.js index bdbc9c3b7d74..394598b2598d 100644 --- a/src/sections/Community/Web-based-from/index.js +++ b/src/sections/Community/Web-based-from/index.js @@ -66,7 +66,7 @@ const WebBasedForm = () => { useEffect(() => { if (submit) { - axios.post("https://hook.us1.make.com/bmmi8btg3xb2fmx6kcavxmtf0a3uame2", { + axios.post("https://hook.us1.make.com/v66ana9yf3w11k4a1rf3epwquur1s9rd", { memberFormOne, MemberFormThirdValue, MemberFormFourValue, From 97720784524e75f006535bb755f31bfb5ad7d8d0 Mon Sep 17 00:00:00 2001 From: CalebZoe <179137388+CalebZoe@users.noreply.github.com> Date: Thu, 31 Oct 2024 04:17:09 +0000 Subject: [PATCH 2/3] kanvas icon Signed-off-by: CalebZoe <179137388+CalebZoe@users.noreply.github.com> --- src/sections/General/Navigation/index.js | 2 +- src/sections/Kanvas/kanvas-icon.svg | 21 ++++++++++++++++++++- src/sections/Pricing/icons/kanvas-icon.svg | 21 ++++++++++++++++++++- 3 files changed, 41 insertions(+), 3 deletions(-) diff --git a/src/sections/General/Navigation/index.js b/src/sections/General/Navigation/index.js index 808523911eee..ac41936ee39a 100644 --- a/src/sections/General/Navigation/index.js +++ b/src/sections/General/Navigation/index.js @@ -9,7 +9,7 @@ import { useStyledDarkMode } from "../../../theme/app/useStyledDarkMode"; import axios from "axios"; // import smp_dark_text from "../../../assets/images/service-mesh-performance/stacked/smp-dark-text.svg"; // import smp_light_text from "../../../assets/images/service-mesh-performance/stacked/smp-light-text.svg"; -import kanvas_dark from "../../../assets/images/kanvas/icon-only/kanvas-icon-white.svg"; +import kanvas_dark from "../../../assets/images/kanvas/icon-only/kanvas-icon-color.svg"; import meshery from "../../../assets/images/meshery/icon-only/meshery-logo-light.svg"; import Data from "./utility/menu-items.js"; import ScrollspyMenu from "./utility/ScrollspyMenu.js"; diff --git a/src/sections/Kanvas/kanvas-icon.svg b/src/sections/Kanvas/kanvas-icon.svg index c51b6d9bb9cf..80226d79285b 100644 --- a/src/sections/Kanvas/kanvas-icon.svg +++ b/src/sections/Kanvas/kanvas-icon.svg @@ -1 +1,20 @@ - \ No newline at end of file + + + + + + + + + + + + \ No newline at end of file diff --git a/src/sections/Pricing/icons/kanvas-icon.svg b/src/sections/Pricing/icons/kanvas-icon.svg index c51b6d9bb9cf..80226d79285b 100644 --- a/src/sections/Pricing/icons/kanvas-icon.svg +++ b/src/sections/Pricing/icons/kanvas-icon.svg @@ -1 +1,20 @@ - \ No newline at end of file + + + + + + + + + + + + \ No newline at end of file From 4098c65e65c59c0475e99386a1d9a844e74fed85 Mon Sep 17 00:00:00 2001 From: CalebZoe <179137388+CalebZoe@users.noreply.github.com> Date: Thu, 31 Oct 2024 04:19:33 +0000 Subject: [PATCH 3/3] name Signed-off-by: CalebZoe <179137388+CalebZoe@users.noreply.github.com> --- src/sections/General/Navigation/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/General/Navigation/index.js b/src/sections/General/Navigation/index.js index ac41936ee39a..bd8a04172d23 100644 --- a/src/sections/General/Navigation/index.js +++ b/src/sections/General/Navigation/index.js @@ -9,7 +9,7 @@ import { useStyledDarkMode } from "../../../theme/app/useStyledDarkMode"; import axios from "axios"; // import smp_dark_text from "../../../assets/images/service-mesh-performance/stacked/smp-dark-text.svg"; // import smp_light_text from "../../../assets/images/service-mesh-performance/stacked/smp-light-text.svg"; -import kanvas_dark from "../../../assets/images/kanvas/icon-only/kanvas-icon-color.svg"; +import kanvas_light from "../../../assets/images/kanvas/icon-only/kanvas-icon-color.svg"; import meshery from "../../../assets/images/meshery/icon-only/meshery-logo-light.svg"; import Data from "./utility/menu-items.js"; import ScrollspyMenu from "./utility/ScrollspyMenu.js"; @@ -144,7 +144,7 @@ const Navigation = () => { { frontmatter: { thumbnail: { - img: kanvas_dark, + img: kanvas_light, }, title: "Kanvas, collaborative infrastructure management", },