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">
9xQe...VFin
</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="/logout">Disconnect</a>
</span>
1
2
3
4
5
6
user = OpenStruct.new(wallet_address: "9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin")
render Solrengine::Ui::WalletButtonComponent.new(
current_user: user,
login_path: "/login",
logout_path: "/logout"
)