You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
But it works well on computer.
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.
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.
But it works well on computer.
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?
The text was updated successfully, but these errors were encountered: