diff --git a/src/view/com/posts/FollowingEmptyState.tsx b/src/view/com/posts/FollowingEmptyState.tsx index 352cc1dc0..a1bae1b05 100644 --- a/src/view/com/posts/FollowingEmptyState.tsx +++ b/src/view/com/posts/FollowingEmptyState.tsx @@ -1,19 +1,19 @@ import React from 'react' -import {StyleSheet, View} from 'react-native' +import { StyleSheet, View } from 'react-native' import { FontAwesomeIcon, type FontAwesomeIconStyle, } from '@fortawesome/react-native-fontawesome' -import {Trans} from '@lingui/macro' -import {useNavigation} from '@react-navigation/native' +import { Trans } from '@lingui/macro' +import { useNavigation } from '@react-navigation/native' -import {usePalette} from '#/lib/hooks/usePalette' -import {MagnifyingGlassIcon} from '#/lib/icons' -import {type NavigationProp} from '#/lib/routes/types' -import {s} from '#/lib/styles' -import {isWeb} from '#/platform/detection' -import {Button} from '../util/forms/Button' -import {Text} from '../util/text/Text' +import { usePalette } from '#/lib/hooks/usePalette' +import { MagnifyingGlassIcon } from '#/lib/icons' +import { type NavigationProp } from '#/lib/routes/types' +import { s } from '#/lib/styles' +import { isWeb } from '#/platform/detection' +import { Button } from '../util/forms/Button' +import { Text } from '../util/text/Text' export function FollowingEmptyState() { const pal = usePalette('default') @@ -45,36 +45,6 @@ export function FollowingEmptyState() { happening. - - - - You can also discover new Custom Feeds to follow. - - ) diff --git a/src/view/com/posts/FollowingEndOfFeed.tsx b/src/view/com/posts/FollowingEndOfFeed.tsx index e3c84d782..86de5f747 100644 --- a/src/view/com/posts/FollowingEndOfFeed.tsx +++ b/src/view/com/posts/FollowingEndOfFeed.tsx @@ -1,18 +1,18 @@ import React from 'react' -import {Dimensions, StyleSheet, View} from 'react-native' +import { Dimensions, StyleSheet, View } from 'react-native' import { FontAwesomeIcon, type FontAwesomeIconStyle, } from '@fortawesome/react-native-fontawesome' -import {Trans} from '@lingui/macro' -import {useNavigation} from '@react-navigation/native' +import { Trans } from '@lingui/macro' +import { useNavigation } from '@react-navigation/native' -import {usePalette} from '#/lib/hooks/usePalette' -import {type NavigationProp} from '#/lib/routes/types' -import {s} from '#/lib/styles' -import {isWeb} from '#/platform/detection' -import {Button} from '../util/forms/Button' -import {Text} from '../util/text/Text' +import { usePalette } from '#/lib/hooks/usePalette' +import { type NavigationProp } from '#/lib/routes/types' +import { s } from '#/lib/styles' +import { isWeb } from '#/platform/detection' +import { Button } from '../util/forms/Button' +import { Text } from '../util/text/Text' export function FollowingEndOfFeed() { const pal = usePalette('default') @@ -33,49 +33,9 @@ export function FollowingEndOfFeed() { }, [navigation]) return ( - + - - - You've reached the end of your feed! Find some more accounts to - follow. - - - - - - You can also discover new Custom Feeds to follow. - - + {/* User requested strict cleanup: Remove all Discover/Find Accounts buttons */} )