Skip to content

Commit 055cfa0

Browse files
responsive resources cards
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Kishore B <85435355+kishore08-07@users.noreply.github.com>
1 parent 8965511 commit 055cfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Related-Posts/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const RelatedPosts = props => {
2222
hasMounted &&
2323
<Slider
2424
dots= { window.innerWidth < 992 }
25-
arrows={ true }
25+
arrows={ window.innerWidth >= 992 }
2626
infinite= {false}
2727
speed= "500"
2828
slidesToShow= {window.innerWidth <= 720 ? 1 : window.innerWidth <= 991 ? 2 : 3}

0 commit comments

Comments
 (0)