This commit is contained in:
vineyardbovines
2026-03-03 16:51:49 -05:00
parent 3dbdca5939
commit bd05fafa27
24 changed files with 176 additions and 27 deletions
+3
View File
@@ -30,6 +30,7 @@ import {
useTheme,
type ViewStyleProp,
} from '#/alf'
import {BotBadge} from '#/components/BotBadge'
import {
Button,
ButtonIcon,
@@ -272,6 +273,7 @@ function InlineNameAndHandle({
/>
</View>
)}
<BotBadge profile={profile} />
<Text
emoji
style={[
@@ -326,6 +328,7 @@ export function Name({
/>
</View>
)}
<BotBadge profile={profile} />
</View>
)
}