fix: Update dimensions of SvgLangwatch component (#5424)

refactor: update dimensions of SvgLangwatch component
This commit is contained in:
anovazzi1 2024-12-30 17:48:08 -03:00 committed by GitHub
commit 52b2913abe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
const SvgLangwatch = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="380"
height="520"
width="1080"
height="1080"
fill="none"
viewBox="0 0 38 52"
viewBox="0 0 1080 1080"
{...props}
>
<path