We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9d054 commit 6211df0Copy full SHA for 6211df0
1 file changed
src/sections/Community/index.js
@@ -18,7 +18,7 @@ import { BgImage } from "gbimage-bridge";
18
import useHasMounted from "../../utils/useHasMounted";
19
import InlineQuotes from "../../components/Inline-quotes";
20
import AdventuresCallout from "../Adventures-Callout";
21
-// import PictureSlider from "./slider";
+import PictureSlider from "./slider";
22
23
const CommunityMember = "./Community-pictures/five.svg";
24
const Picture = "./Community-pictures/join-the-community.png";
@@ -101,7 +101,7 @@ const CommunityPage = () => {
101
</Col>
102
<Col className="slider" $sm={12} $lg={6}>
103
<StaticImage src={Picture} alt="Five_with_banner" />
104
- {/* <PictureSlider /> */}
+ <PictureSlider />
105
106
</Row>
107
</div>
0 commit comments