x
1
2
3
4
5
6
<span class="inline-flex items-center gap-2">
<span class="text-gray-600 dark:text-gray-400 text-xs font-mono bg-gray-100 dark:bg-gray-800 px-2.5 py-1.5 rounded-lg">
7xKX...gAsU
</span>
<a data-turbo-method="delete" class="text-gray-500 dark:text-gray-400 text-xs hover:text-red-500 dark:hover:text-red-400 transition-colors" href="/auth/logout">Disconnect</a>
</span>
1
2
user = OpenStruct.new(wallet_address: "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU")
render Solrengine::Ui::WalletButtonComponent.new(current_user: user)