Closed Ealanisln closed 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"
On the forget password screen the logo is a generic image, should be replaced by Ready Set logo.