Skip to content

Commit 0d3e629

Browse files
authored
Update slider.js
Signed-off-by: Victoria Nduka <[email protected]>
1 parent b24e05b commit 0d3e629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/Community/slider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const PictureSlider = () => {
4545
query community {
4646
allFile(
4747
filter: {
48-
extension: { regex: "/\\.svg$/" }
48+
extension: { regex: "/(jpg)|(jpeg)|(png)/" }
4949
relativeDirectory: {eq: "Community-pictures"}
5050
5151
}

0 commit comments

Comments
 (0)