This commit is contained in:
Eric Bailey
2025-07-17 09:43:20 -05:00
parent 8bd4f80926
commit 2bb9f738d3
2 changed files with 4 additions and 2 deletions
@@ -103,7 +103,9 @@ export function AgeAssuranceDismissibleFeedBanner() {
paddingRight: 40,
},
]}>
<Text style={[a.leading_snug]}>{copy.banner}</Text>
<View style={{maxWidth: 400}}>
<Text style={[a.leading_snug]}>{copy.banner}</Text>
</View>
</View>
</Link>
+1 -1
View File
@@ -515,7 +515,7 @@ let PostFeed = ({
* Only insert if this feed was the last selected feed at
* startup and the banner is eligible to be shown.
*/
if (isCurrentFeedAtStartupSelected) {
if (sliceIndex === 0 && isCurrentFeedAtStartupSelected) {
arr.push({
type: 'ageAssuranceBanner',
key: 'ageAssuranceBanner-' + sliceIndex,