File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ function RelatedPost({ type }: RelatedPostProps) {
10
10
const [ visible , setVisible ] = useState ( true ) ;
11
11
useEffect ( ( ) => {
12
12
const width = window . innerWidth ;
13
- if ( type === 'desktop' && width < 468 ) {
13
+ if ( type === 'desktop' && width < 768 ) {
14
14
setVisible ( false ) ;
15
15
return ;
16
16
}
17
- if ( type === 'mobile' && width >= 468 ) {
17
+ if ( type === 'mobile' && width >= 768 ) {
18
18
setVisible ( false ) ;
19
19
return ;
20
20
}
@@ -56,7 +56,7 @@ function RelatedPost({ type }: RelatedPostProps) {
56
56
data-ad-client = "ca-pub-5574866530496701"
57
57
data-ad-slot = "4990574169"
58
58
data-matched-content-ui-type = "image_stacked"
59
- data-matched-content-rows-num = "4 "
59
+ data-matched-content-rows-num = "6 "
60
60
data-matched-content-columns-num = "1"
61
61
> </ ins >
62
62
) }
You can’t perform that action at this time.
0 commit comments