Skip to content

Commit 6529c93

Browse files
link to json
1 parent 87a9261 commit 6529c93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datawallet.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
})
147147
.then(data => {
148148
setWallet(data)
149+
window.walletUri = uri // Store the URI for later use
149150
setLoading(false)
150151
})
151152
.catch(error => {
@@ -200,7 +201,8 @@ <h1 class="text-3xl font-bold text-neutral-800">
200201
<ul class="flex space-x-6">
201202
<li>
202203
<a
203-
href="#"
204+
href=${window.walletUri ||
205+
'https://nosdav.net/f0af41696ddd61a55efa6bf843054138372e4a7ac60fb80974af77d6f57ef1ba/public/wallet/nft1.json'}
204206
class="text-neutral-600 hover:text-primary-600 transition-colors"
205207
>Overview</a
206208
>

0 commit comments

Comments
 (0)