diff options
Diffstat (limited to 'src/view/com/posts/Feed.tsx')
-rw-r--r-- | src/view/com/posts/Feed.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/posts/Feed.tsx b/src/view/com/posts/Feed.tsx index 27f75b41a..4a9b37291 100644 --- a/src/view/com/posts/Feed.tsx +++ b/src/view/com/posts/Feed.tsx @@ -143,7 +143,7 @@ const interstials: Record< variant: 'default', }, key: feedInterstitialType, - slot: 20, + slot: 40, }, { type: followInterstitialType, @@ -151,7 +151,7 @@ const interstials: Record< variant: 'default', }, key: followInterstitialType, - slot: 40, + slot: 20, }, ], } |