diff --git a/src/components/moderation/LabelsOnMeDialog.tsx b/src/components/moderation/LabelsOnMeDialog.tsx
index 858ac9ce..e98599b4 100644
--- a/src/components/moderation/LabelsOnMeDialog.tsx
+++ b/src/components/moderation/LabelsOnMeDialog.tsx
@@ -162,10 +162,10 @@ function Label({
{isSelfLabel ? (
- This label was applied by you
+ This label was applied by you.
) : (
- <>
- Source:{' '}
+
+ Source:{' '}
- >
+
)}
diff --git a/src/screens/Feeds/NoFollowingFeed.tsx b/src/screens/Feeds/NoFollowingFeed.tsx
index 03ced8eb..fa48cca7 100644
--- a/src/screens/Feeds/NoFollowingFeed.tsx
+++ b/src/screens/Feeds/NoFollowingFeed.tsx
@@ -33,18 +33,18 @@ export function NoFollowingFeed() {
return (
-
- Looks like you're missing a following feed.{' '}
+
+
+ Looks like you're missing a following feed.{' '}
+
+ Click here to add one.
+
+
-
-
- Click here to add one.
-
)
}
diff --git a/src/view/screens/ProfileList.tsx b/src/view/screens/ProfileList.tsx
index 6bbe63b9..de3c01ea 100644
--- a/src/view/screens/ProfileList.tsx
+++ b/src/view/screens/ProfileList.tsx
@@ -283,7 +283,11 @@ function Header({rkey, list}: {rkey: string; list: AppBskyGraphDefs.ListView}) {
pinned,
},
])
- Toast.show(_(msg`${pinned ? 'Pinned to' : 'Unpinned from'} your feeds`))
+ Toast.show(
+ pinned
+ ? _(msg`Pinned to your feeds`)
+ : _(msg`Unpinned from your feeds`),
+ )
} else {
await addSavedFeeds([
{