diff --git a/src/sections/Community/index.js b/src/sections/Community/index.js index acd4857b28d0..31dbdeebf279 100644 --- a/src/sections/Community/index.js +++ b/src/sections/Community/index.js @@ -18,10 +18,10 @@ 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"; +// const Picture = "./Community-pictures/join-the-community.png"; const CommunityPage = () => { @@ -100,8 +100,8 @@ const CommunityPage = () => {