Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #553 from bluesky-social/ollie/APP-581

Up Android snap point

authored by

Ollie Hsieh and committed by
GitHub
e68aa754 173e06f8

+1 -1
+1 -1
src/view/com/modals/Waitlist.tsx
··· 19 19 import {ErrorMessage} from '../util/error/ErrorMessage' 20 20 import {cleanError} from 'lib/strings/errors' 21 21 22 - export const snapPoints = ['60%'] 22 + export const snapPoints = ['80%'] 23 23 24 24 export function Component({}: {}) { 25 25 const pal = usePalette('default')