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

Wrong site icon shown when call ERC-20 contract “approve” #174

Open
crackwei opened this issue Jun 4, 2023 · 1 comment
Open

Wrong site icon shown when call ERC-20 contract “approve” #174

crackwei opened this issue Jun 4, 2023 · 1 comment

Comments

@crackwei
Copy link

crackwei commented Jun 4, 2023

this react logo appeared when user call the USDT contract “approve” function on metamask mobile. but it's the wrong logo, I wanna show the site logo.
image

But it works well on computer.
image

REL “icon" and "shortcut icon" tag has been set on the site main webpage, but they don't work. it seems that metamask read the cache from a certain server direct.

<link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon.png" />
<link rel="shortcut icon" type="image/png" href="%PUBLIC_URL%/favicon.png" />

who knows how to fix this issue?

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

No branches or pull requests

2 participants
@crackwei and others