We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6211df0 commit 53ead62Copy full SHA for 53ead62
1 file changed
src/sections/Community/index.js
@@ -21,7 +21,7 @@ import AdventuresCallout from "../Adventures-Callout";
21
import PictureSlider from "./slider";
22
23
const CommunityMember = "./Community-pictures/five.svg";
24
-const Picture = "./Community-pictures/join-the-community.png";
+// const Picture = "./Community-pictures/join-the-community.png";
25
26
const CommunityPage = () => {
27
@@ -100,7 +100,7 @@ const CommunityPage = () => {
100
<Button $primary title="See our community member profiles" $url="/community/members" />
101
</Col>
102
<Col className="slider" $sm={12} $lg={6}>
103
- <StaticImage src={Picture} alt="Five_with_banner" />
+ {/* <StaticImage src={Picture} alt="Five_with_banner" /> */}
104
<PictureSlider />
105
106
</Row>
0 commit comments