Skip to content

Commit 6211df0

Browse files
committed
re add slider
Signed-off-by: Shivam Gupta <sudhanshudasgupta9@gmail.com>
1 parent bf9d054 commit 6211df0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sections/Community/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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";
2424
const Picture = "./Community-pictures/join-the-community.png";
@@ -101,7 +101,7 @@ const CommunityPage = () => {
101101
</Col>
102102
<Col className="slider" $sm={12} $lg={6}>
103103
<StaticImage src={Picture} alt="Five_with_banner" />
104-
{/* <PictureSlider /> */}
104+
<PictureSlider />
105105
</Col>
106106
</Row>
107107
</div>

0 commit comments

Comments
 (0)