resize and import image

This commit is contained in:
DESKTOP-QHP1O2H\MIKE
2023-01-25 11:58:56 -05:00
parent e2bc8b517e
commit 6c99163825
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

+2 -2
View File
@@ -3,8 +3,8 @@ import React, {useState} from 'react'
import img from '../../../assets/images/anim_line.png'
import blueapp from '../../../assets/images/appstore_blue.png'
import blue from '../../../assets/images/googleplay_blue.png'
import screen from '../../../assets/images/download-screen01.png'
import screen1 from '../../../assets/images/download-screen02.png'
import screen from '../../../assets/images/download-sprint-girl.png'
import screen1 from '../../../assets/images/download-mobile.png'
const Main = () => {