Visually improve the empty state of feeds (#4466)

This commit is contained in:
Paul Frazee 2024-06-10 13:44:21 -07:00 committed by GitHub
parent c2d7d23423
commit 4efd576f6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 40 additions and 21 deletions

View file

@ -56,7 +56,7 @@ export const ProfileFeedSection = React.forwardRef<
}))
const renderPostsEmpty = React.useCallback(() => {
return <EmptyState icon="feed" message={_(msg`This feed is empty!`)} />
return <EmptyState icon="growth" message={_(msg`No posts yet.`)} />
}, [_])
React.useEffect(() => {