Ealanisln / ready-set

On-demand courier that specializes in delivery for all your needs. We are Food Safety, and HIPPA Certified. Our team can meet all your Bay Area delivery needs.
https://readysetllc.com
MIT License
0 stars 0 forks source link

Update logo into send email recovery password #1

Closed Ealanisln closed 1 month ago

Ealanisln commented 1 month ago

On the forget password screen the logo is a generic image, should be replaced by Ready Set logo.

fersanz-87 commented 1 month ago

Problem:

On the index.tsx file (inside Auth folder) there was a link containing a generic image which it is not company logo.

Current Code: <Image src="/images/logo/logo.svg"

Root causes: There was a link containing a generic image, which it is not the one than represents the company logo.

Solution: Looking up the code I found the company logo, getting the correct link and coded it in the correct code line, working successfully:

<Image src="/images/logo/logo.png" alt="logo" width={140} height={30} className="dark:hidden" /> <Image src="/images/logo/logo-white.png" alt="logo" width={140} height={30} className="hidden dark:block"