Bluesky app fork with some witchin' additions 💫

Fix default banner sizing

+2 -2
+2 -2
src/view/com/util/UserBanner.tsx
··· 83 83 ] 84 84 85 85 const renderSvg = () => ( 86 - <Svg width="100%" height="150" viewBox="0 0 400 100"> 87 - <Rect x="0" y="0" width="400" height="100" fill="#0070ff" /> 86 + <Svg width="100%" height="150" viewBox="0 0 400 150"> 87 + <Rect x="0" y="0" width="400" height="150" fill="#0070ff" /> 88 88 </Svg> 89 89 ) 90 90