Connect DApp to OKX Wallet
Display DApp icon

Display DApp icon#

When your site makes a login request to an OKX Wallet user, OKX Wallet may render a modal that displays your site icon. We retrieve this icon using the HTML selector <head> link[rel="shortcut icon"]. To customize this icon for your site, please make sure that you follow the Favicon standard and have a link tag within your site's head with rel = "shortcut icon", like such. The tag's href attribute will be used for assigning the site icon.

<head>
    <link rel="shortcut icon" href="https://your-site.com/your-icon.png" />
</head>