tangled
alpha
login
or
join now
jeanmachine.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 default banner sizing
Paul Frazee
3 years ago
d8f44756
91b360fd
+2
-2
1 changed file
expand all
collapse all
unified
split
src
view
com
util
UserBanner.tsx
+2
-2
src/view/com/util/UserBanner.tsx
···
83
83
]
84
84
85
85
const renderSvg = () => (
86
86
-
<Svg width="100%" height="150" viewBox="0 0 400 100">
87
87
-
<Rect x="0" y="0" width="400" height="100" fill="#0070ff" />
86
86
+
<Svg width="100%" height="150" viewBox="0 0 400 150">
87
87
+
<Rect x="0" y="0" width="400" height="150" fill="#0070ff" />
88
88
</Svg>
89
89
)
90
90