Skip to content

Commit

Permalink
Merge pull request #1229 from alephium/alph-logo-v2
Browse files Browse the repository at this point in the history
Fix ALPH logo
  • Loading branch information
nop33 authored Feb 5, 2025
2 parents dc8c952 + c5380ad commit 66b57da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shared/src/store/assets/fungibleTokensSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const fungibleTokensSlice = createSlice({
state,
metadata.tokens.map((tokenInfo) => ({
...tokenInfo,
logoURI: `${tokenInfo.logoURI}${tokenInfo.id === ALPH.id ? '?v2' : ''}`,
verified: true
}))
)
Expand Down

0 comments on commit 66b57da

Please sign in to comment.