about summary refs log tree commit diff
path: root/src/view/com/posts/Feed.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-07-04 20:54:49 +0100
committerGitHub <noreply@github.com>2024-07-04 20:54:49 +0100
commitd03dd8c8154e11bf7603ba37cf0ee5a580ec11d1 (patch)
tree1725f8ee087d4ce84d39df7a21144f653212963f /src/view/com/posts/Feed.tsx
parentca7386967a68574c25cff27cfbdf6a06f108a481 (diff)
downloadvoidsky-d03dd8c8154e11bf7603ba37cf0ee5a580ec11d1.tar.zst
Feed interstitial tweaks (#4733)
* Swap interstitial positions

* Fix color
Diffstat (limited to 'src/view/com/posts/Feed.tsx')
-rw-r--r--src/view/com/posts/Feed.tsx4
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,
     },
   ],
 }