Skip to content

Commit

Permalink
gift page updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed May 11, 2024
1 parent 62c6352 commit 8dec428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gift/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ samila_gift_data = {
"config_cid":"bafkreiexuo4rf24vzyp6tkaspu6xpk4t44lxk6tizstgibc3vqbzygwoz4",
"image_cid":"bafybeihjahkshapas2imidendhk5fdcwwmqvvxybzxbyaj4gg35trkh23y"},
"16":
{"owner": "Sepand",
"date": "08/06/2023",
{"owner": "Arezoo",
"date": "05/11/2024",
"version":"1.0",
"config_cid":"bafkreihcaipkxrakllnyknap527u46yk6mtdti6q4b6pypybqedhifzp7q",
"image_cid":"bafybeib3naydycijrvfhmgkxbgw5hlth5xryvwdfyxkbrmmmh3guyc3jtq"},
Expand Down
2 changes: 1 addition & 1 deletion gift/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
}

function ipfs_url(cid){
return "https://ipfs.io/ipfs/" + cid;
return "https://cloudflare-ipfs.com/ipfs/" + cid;
}

if (samila_gift_data.hasOwnProperty(code)){
Expand Down

0 comments on commit 8dec428

Please sign in to comment.