Skip to content

Commit

Permalink
correction ipfs in feeds section (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Jan 17, 2024
1 parent c69dea4 commit d1b6b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/notifications/notification.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<img
class="img-cover"
style="border-radius: 15px"
[src]="'https://cloudflare-ipfs.com/ipfs/' + campaignCover"
[src]="'https://ad-pools.infura-ipfs.io/ipfs/' + campaignCover"
width="305.5"
height="163.85"
/>
Expand Down Expand Up @@ -612,7 +612,7 @@
[ngClass]="'camp'"

[src]="
'https://cloudflare-ipfs.com/ipfs/' +
'https://ad-pools.infura-ipfs.io/ipfs/' +
getCampaignCover(i.label.cmp_update.coverMobile)
"
height="242px"
Expand Down

0 comments on commit d1b6b0a

Please sign in to comment.