Skip to content

Commit 53ead62

Browse files
committed
comment out five image
Signed-off-by: Shivam Gupta <sudhanshudasgupta9@gmail.com>
1 parent 6211df0 commit 53ead62

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
@@ -21,7 +21,7 @@ import AdventuresCallout from "../Adventures-Callout";
2121
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,7 +100,7 @@ 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" />
103+
{/* <StaticImage src={Picture} alt="Five_with_banner" /> */}
104104
<PictureSlider />
105105
</Col>
106106
</Row>

0 commit comments

Comments
 (0)