See https://github.com/getAlby/bitcoin-connect/blob/master/src/components/pages/bc-alby-go.ts#L141 - it uses the appIcon from the bitcoin connect config but there's also an icon property in authorizationUrlOptions.
I think appIcon should be preferred since it will show in other places in Bitcoin Connect - maybe we can omit the icon so it's not confusing?
See https://github.com/getAlby/bitcoin-connect/blob/master/src/components/pages/bc-alby-go.ts#L141 - it uses the
appIconfrom the bitcoin connect config but there's also an icon property in authorizationUrlOptions.I think
appIconshould be preferred since it will show in other places in Bitcoin Connect - maybe we can omit theiconso it's not confusing?