[🏁 #7] Starter packs 7 (#4355)

* change profiles to people

* fixed height desktop
This commit is contained in:
Hailey
2024-06-04 12:02:09 -07:00
committed by GitHub
parent b9ddeb5c45
commit 8f9898e74c
2 changed files with 3 additions and 1 deletions
@@ -49,6 +49,8 @@ export const ProfilesList = React.forwardRef<SectionRef, ProfilesListProps>(
<View style={[{height: initialHeaderHeight + bottomBarOffset}]} />
}
showsVerticalScrollIndicator={false}
// @ts-ignore
desktopFixedHeight
/>
)
},
+1 -1
View File
@@ -115,7 +115,7 @@ function StarterPackScreenInner() {
return (
<View style={isWeb ? {minHeight: '100%'} : {height: '100%'}}>
<PagerWithHeader
items={['Profiles', 'Feeds']}
items={['People', 'Feeds']}
isHeaderReady={true}
renderHeader={() => <Header isOwn={isOwn} />}>
{({headerHeight, scrollElRef}) => (