tangled
alpha
login
or
join now
robinwobin.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
fix error screen (#6235)
authored by
samuel.fm
and committed by
GitHub
1 year ago
b85a7da2
57464a8f
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
Error.tsx
+1
-1
src/components/Error.tsx
···
32
32
return (
33
33
<CenteredView
34
34
style={[
35
35
-
a.flex_1,
35
35
+
a.w_full,
36
36
a.align_center,
37
37
a.gap_5xl,
38
38
!gtMobile && a.justify_between,