this piece of code
<div>
<button onClick={() => authenticate({
provider:"walletconnect",
mobileLinks: [
"rainbow",
"metamask",
"argent",
"trust",
"imtoken",
"pillar",
]
})}>Authenticate</button>
</div>
the above code show metamask in mobile BUT NOT in desktop view why?