Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creators Logo Broken on Settings Page #4392

Open
jonathansampson opened this issue Mar 19, 2024 · 1 comment
Open

Creators Logo Broken on Settings Page #4392

jonathansampson opened this issue Mar 19, 2024 · 1 comment
Labels

Comments

@jonathansampson
Copy link
Collaborator

Source:

import profilePic from '~/images/brave_creators_logo.png';

<Image
src={profilePic}
alt='Brave Creators Logo'
height={80}
priority={true}
/>

Output:

<img alt="Brave Creators Logo" fetchpriority="high" width="259" height="80" decoding="async" data-nimg="1" 
    srcset="/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fbrave_creators_logo.aed74899.png&amp;w=384&amp;q=75 1x, 
            /_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fbrave_creators_logo.aed74899.png&amp;w=640&amp;q=75 2x" 
       src="/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fbrave_creators_logo.aed74899.png&amp;w=640&amp;q=75" style="">

Screenshot:
image

@tsmartt
Copy link
Contributor

tsmartt commented Mar 19, 2024

Thanks! There's a fix for this here, will have it deployed as soon as some other issues are resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants