diff options
author | Hailey <me@haileyok.com> | 2024-02-16 13:25:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 13:25:48 -0800 |
commit | a2f462e26195a8a29e8bacfdadda7c5bbef2305f (patch) | |
tree | 4b86bde577702fea4c65864b5c0b2bd149ac7fd8 /src/view/com/posts | |
parent | b665f065b7b63cb34bf11cb66e255131332fc7f2 (diff) | |
download | voidsky-a2f462e26195a8a29e8bacfdadda7c5bbef2305f.tar.zst |
remove sandbox labels (#2883)
* rm sandbox * remove comment
Diffstat (limited to 'src/view/com/posts')
-rw-r--r-- | src/view/com/posts/FeedItem.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/view/com/posts/FeedItem.tsx b/src/view/com/posts/FeedItem.tsx index 920409ec6..8d0f2bef2 100644 --- a/src/view/com/posts/FeedItem.tsx +++ b/src/view/com/posts/FeedItem.tsx @@ -21,7 +21,6 @@ import {PostEmbeds} from '../util/post-embeds' import {ContentHider} from '../util/moderation/ContentHider' import {PostAlerts} from '../util/moderation/PostAlerts' import {RichText} from '../util/text/RichText' -import {PostSandboxWarning} from '../util/PostSandboxWarning' import {PreviewableUserAvatar} from '../util/UserAvatar' import {s} from 'lib/styles' import {usePalette} from 'lib/hooks/usePalette' @@ -160,8 +159,6 @@ let FeedItemInner = ({ href={href} noFeedback accessible={false}> - <PostSandboxWarning /> - <View style={{flexDirection: 'row', gap: 10, paddingLeft: 8}}> <View style={{width: 52}}> {isThreadChild && ( |