···1313import {usePalette} from 'lib/hooks/usePalette'
1414import {isDesktopWeb} from 'platform/detection'
15151616-export const snapPoints = [300]
1616+export const snapPoints = ['50%']
17171818export function Component({
1919 title,
+2-2
src/view/com/profile/ProfileHeader.tsx
···180180 name: 'confirm',
181181 title: 'Block Account',
182182 message:
183183- 'Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours.',
183183+ 'Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.',
184184 onPressConfirm: async () => {
185185 try {
186186 await view.blockAccount()
···200200 name: 'confirm',
201201 title: 'Unblock Account',
202202 message:
203203- 'The account will be able to interact with you after unblocking. (You can always block again in the future.)',
203203+ 'The account will be able to interact with you after unblocking.',
204204 onPressConfirm: async () => {
205205 try {
206206 await view.unblockAccount()