Skip to content

Commit 9fd1568

Browse files
author
Vivek Vishal
authored
Merge pull request #6159 from ShivamCoder23/slider/community
re add slider
2 parents 132b58d + 68f815c commit 9fd1568

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/sections/Community/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ import { BgImage } from "gbimage-bridge";
1818
import useHasMounted from "../../utils/useHasMounted";
1919
import InlineQuotes from "../../components/Inline-quotes";
2020
import AdventuresCallout from "../Adventures-Callout";
21-
// import PictureSlider from "./slider";
21+
import PictureSlider from "./slider";
2222

2323
const CommunityMember = "./Community-pictures/five.svg";
24-
const Picture = "./Community-pictures/join-the-community.png";
24+
// const Picture = "./Community-pictures/join-the-community.png";
2525

2626
const CommunityPage = () => {
2727

@@ -100,8 +100,8 @@ const CommunityPage = () => {
100100
<Button $primary title="See our community member profiles" $url="/community/members" />
101101
</Col>
102102
<Col className="slider" $sm={12} $lg={6}>
103-
<StaticImage src={Picture} alt="Five_with_banner" />
104-
{/* <PictureSlider /> */}
103+
{/* <StaticImage src={Picture} alt="Five_with_banner" /> */}
104+
<PictureSlider />
105105
</Col>
106106
</Row>
107107
</div>

0 commit comments

Comments
 (0)