I have uploaded my own .jpg image and change the necessary code for logo.svg to logo.jpg. However, my image is not resizing unless I manually do an inline change. It is also not applying as a favicon.
Manually using the below code resizes the image but I haven't been able to update the favicon yet.
<img src={logo} alt='logo' className='w-9 h-9 object-contain' />