From 6211df0df26dfb15e2c74a5d2caaca32d38825d3 Mon Sep 17 00:00:00 2001 From: Shivam Gupta Date: Sun, 5 Jan 2025 05:55:45 +0000 Subject: [PATCH 1/2] re add slider Signed-off-by: Shivam Gupta --- src/sections/Community/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/Community/index.js b/src/sections/Community/index.js index acd4857b28d0..54f1cdd46249 100644 --- a/src/sections/Community/index.js +++ b/src/sections/Community/index.js @@ -18,7 +18,7 @@ import { BgImage } from "gbimage-bridge"; import useHasMounted from "../../utils/useHasMounted"; import InlineQuotes from "../../components/Inline-quotes"; import AdventuresCallout from "../Adventures-Callout"; -// import PictureSlider from "./slider"; +import PictureSlider from "./slider"; const CommunityMember = "./Community-pictures/five.svg"; const Picture = "./Community-pictures/join-the-community.png"; @@ -101,7 +101,7 @@ const CommunityPage = () => { - {/* */} + From 53ead6235b515cea031b44d4722b2ff9c8f794f1 Mon Sep 17 00:00:00 2001 From: Shivam Gupta Date: Sun, 5 Jan 2025 06:41:01 +0000 Subject: [PATCH 2/2] comment out five image Signed-off-by: Shivam Gupta --- src/sections/Community/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/Community/index.js b/src/sections/Community/index.js index 54f1cdd46249..31dbdeebf279 100644 --- a/src/sections/Community/index.js +++ b/src/sections/Community/index.js @@ -21,7 +21,7 @@ import AdventuresCallout from "../Adventures-Callout"; import PictureSlider from "./slider"; const CommunityMember = "./Community-pictures/five.svg"; -const Picture = "./Community-pictures/join-the-community.png"; +// const Picture = "./Community-pictures/join-the-community.png"; const CommunityPage = () => { @@ -100,7 +100,7 @@ const CommunityPage = () => {