Skip to content

Commit

Permalink
style: improve low resolution images
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Nov 23, 2023
1 parent 4cf0a9e commit ce5fafe
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 5 deletions.
Binary file removed public/images/network/coreum.png
Binary file not shown.
15 changes: 15 additions & 0 deletions public/images/network/coreum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/network/gitopia.png
Binary file not shown.
19 changes: 19 additions & 0 deletions public/images/network/gitopia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/utils/network_info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,16 +654,16 @@ export const logos: IStringIndex = {
name: "Archway",
},
"coreum": {
denom: "",
denom: "CORE",
graphql: "coreum",
guide: "how-to-stake-core-on-coreum",
image: "/images/network/coreum.png",
image: "/images/network/coreum.svg",
key: "coreum",
label: "",
name: "Coreum",
},
"humansai": {
denom: "",
denom: "HEART",
graphql: "humansai",
image: "/images/network/humansai.png",
key: "humansai",
Expand Down Expand Up @@ -728,10 +728,10 @@ export const logos: IStringIndex = {
name: "Quasar",
},
"gitopia": {
denom: "",
denom: "LORE",
graphql: "gitopia",
guide: "how-to-stake-lore-on-gitopia",
image: "/images/network/gitopia.png",
image: "/images/network/gitopia.svg",
key: "gitopia",
label: "",
name: "Gitopia",
Expand Down

0 comments on commit ce5fafe

Please sign in to comment.