···10101111const viewRenderers = {
1212 [views.first]: (state) => {
1313+ const keycard = getKeycard()
1314 return `
1415 <div class="view-title">
1516 Sell
1617 </div>
1718 <div class="view-description">
1818- Upload your digital product. It will be stored securely in your wallet using the abcxyz keycard.
1919+ Upload your digital product. It will be stored securely in your wallet using the ${keycard.name} keycard.
1920 </div>
20212122 <div class="file-region">
···2728 <button data-submit="${views.first}">
2829 Upload
2930 </button>
3131+3232+ <a href="/app/plan98-wallet">
3333+ Wrong Keycard? Go to wallet.
3434+ </a>
3035 `
3136 },
3237 [views.second]: (state) => {