Skip to content

Commit

Permalink
fix: update telos logos, default antelope favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Nov 29, 2023
1 parent fc61e4f commit 7534564
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 62 deletions.
Binary file modified public/chains/telos-testnet/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/chains/telos-testnet/telos_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions public/chains/telos-testnet/telos_logo.svg

This file was deleted.

Binary file modified public/chains/telos-testnet/tlos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/chains/telos/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/chains/telos/telos_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions public/chains/telos/telos_logo.svg

This file was deleted.

Binary file modified public/chains/telos/tlos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config/chains/telos-testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default class TelosTestnet extends BaseChain {
}

getLargeLogoPath(): string {
return 'chains/telos/telos_logo.svg';
return 'chains/telos/telos_logo.png';
}

getSmallLogoPath(): string {
Expand Down
2 changes: 1 addition & 1 deletion src/config/chains/telos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default class Telos extends BaseChain {
}

getLargeLogoPath(): string {
return 'chains/telos/telos_logo.svg';
return 'chains/telos/telos_logo.png';
}

getSmallLogoPath(): string {
Expand Down

0 comments on commit 7534564

Please sign in to comment.