Fix default banner sizing
parent
91b360fd19
commit
d8f4475696
|
@ -83,8 +83,8 @@ export function UserBanner({
|
|||
]
|
||||
|
||||
const renderSvg = () => (
|
||||
<Svg width="100%" height="150" viewBox="0 0 400 100">
|
||||
<Rect x="0" y="0" width="400" height="100" fill="#0070ff" />
|
||||
<Svg width="100%" height="150" viewBox="0 0 400 150">
|
||||
<Rect x="0" y="0" width="400" height="150" fill="#0070ff" />
|
||||
</Svg>
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue