add smaller user setup image size

This commit is contained in:
saml33 2023-01-03 12:18:17 +11:00
parent f3bc81f95b
commit d4a58191a2
2 changed files with 3 additions and 3 deletions

View File

@ -227,10 +227,10 @@ const UserSetupModal = ({
<div className="radial-gradient-bg grid h-screen overflow-auto text-left lg:grid-cols-2">
<img
className="absolute -bottom-6 right-0 hidden h-auto w-[53%] lg:block xl:w-[57%]"
src="/images/trade@1x.png"
srcSet="/images/trade@1x.png 1542w,
src="/images/trade@0.75x.png"
srcSet="/images/trade@0.75x.png 1157w, /images/trade@1x.png 1542w,
/images/trade@2x.png 3084w"
sizes="(max-width: 1920px) 1542px, 3084px"
sizes="(max-width: 1600px) 1157px, (max-width: 2500px) 1542px, 3084px"
alt="next"
/>
<img

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB