Feed interstitial tweaks (#4733)
* Swap interstitial positions * Fix color
This commit is contained in:
parent
ca7386967a
commit
d03dd8c815
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue