Skip to content

Commit

Permalink
fix url #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Jan 15, 2024
1 parent 0e6d5d9 commit 7e02bd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const defaultTokenListItemToAssetInfo = (
ticker: dtli?.ticker || ac.name,
decimals: dtli?.decimals || 0,
icon: dtli?.logo
? `https://spectrum.fi/${dtli.logo}`
? `https://spectrum.fi${dtli.logo}`
: dtli?.subject || mkSubject(ac)
? `${applicationConfig.networksSettings.cardano.metadataUrl}/${
dtli?.subject || mkSubject(ac)
Expand Down

0 comments on commit 7e02bd2

Please sign in to comment.