Feature: View Assets
If you are using the ConnectButton with supportedNFTs, you should see this windows when click on the View Assets button, inside the Connect modal:

The Tokens is displayed first by default. With this new update, you can change the order of the 2 tabs by this params in the ConnectButton:
<ConnectButton
detailsModal={{
assetTabs: ["nft", "token"],
}}
{...otherProps}
/>Result:
