awran5/react-floating-whatsapp

Avatar

Opened this issue · 1 comments

Hi,

I'm trying to import the new image for the avatar but it didn't work because the src is receiving an object.

See below:

avatar

import WhatsappPhoto from '@/assets/images/whatsapp-photo.jpg';

<FloatingWhatsApp
  accountName="Happy Moving Happy Life"
  avatar={WhatsappPhoto.src}
  className="whatsapp-icon"
  darkMode
  phoneNumber="+13059228926"
/>

This worked for me!