File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ import { BgImage } from "gbimage-bridge";
1818import useHasMounted from "../../utils/useHasMounted" ;
1919import InlineQuotes from "../../components/Inline-quotes" ;
2020import AdventuresCallout from "../Adventures-Callout" ;
21- // import PictureSlider from "./slider";
21+ import PictureSlider from "./slider" ;
2222
2323const CommunityMember = "./Community-pictures/five.svg" ;
24- const Picture = "./Community-pictures/join-the-community.png" ;
24+ // const Picture = "./Community-pictures/join-the-community.png";
2525
2626const 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 >
You can’t perform that action at this time.
0 commit comments