Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix error screen (#6235)

authored by

Samuel Newman and committed by
GitHub
b85a7da2 57464a8f

+1 -1
+1 -1
src/components/Error.tsx
··· 32 32 return ( 33 33 <CenteredView 34 34 style={[ 35 - a.flex_1, 35 + a.w_full, 36 36 a.align_center, 37 37 a.gap_5xl, 38 38 !gtMobile && a.justify_between,