Skip to content

Commit

Permalink
chore: convert images to svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Nov 23, 2023
1 parent 3bd729c commit 3683ea8
Show file tree
Hide file tree
Showing 13 changed files with 101 additions and 6 deletions.
Binary file removed public/images/network/ethereum.png
Binary file not shown.
9 changes: 9 additions & 0 deletions public/images/network/ethereum.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/humansai.png
Binary file not shown.
14 changes: 14 additions & 0 deletions public/images/network/humansai.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/kyve.png
Binary file not shown.
30 changes: 30 additions & 0 deletions public/images/network/kyve.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/neutron.png
Binary file not shown.
22 changes: 22 additions & 0 deletions public/images/network/neutron.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/nolus.png
Binary file not shown.
8 changes: 8 additions & 0 deletions public/images/network/nolus.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/nym.png
Binary file not shown.
12 changes: 12 additions & 0 deletions public/images/network/nym.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/utils/network_info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ export const logos: IStringIndex = {
"ethereum": {
denom: "ETH",
graphql: "ethereum",
image: "/images/network/ethereum.png",
image: "/images/network/ethereum.svg",
key: "ethereum",
name: "Ethereum",
},
Expand Down Expand Up @@ -509,7 +509,7 @@ export const logos: IStringIndex = {
"nym": {
denom: "NYX",
graphql: "nym",
image: "/images/network/nym.png",
image: "/images/network/nym.svg",
key: "nym",
label: "NYM - NYX",
name: "NYM",
Expand Down Expand Up @@ -665,7 +665,7 @@ export const logos: IStringIndex = {
"humansai": {
denom: "HEART",
graphql: "humansai",
image: "/images/network/humansai.png",
image: "/images/network/humansai.svg",
key: "humansai",
label: "",
name: "Humans.ai",
Expand All @@ -681,7 +681,7 @@ export const logos: IStringIndex = {
"kyve": {
denom: "",
graphql: "kyve",
image: "/images/network/kyve.png",
image: "/images/network/kyve.svg",
key: "kyve",
label: "",
name: "KYVE",
Expand All @@ -705,15 +705,15 @@ export const logos: IStringIndex = {
"nolus": {
denom: "NLS",
graphql: "nolus",
image: "/images/network/nolus.png",
image: "/images/network/nolus.svg",
key: "nolus",
label: "",
name: "Nolus",
},
"neutron": {
denom: "",
graphql: "neutron",
image: "/images/network/neutron.png",
image: "/images/network/neutron.svg",
key: "neutron",
label: "",
name: "Neutron",
Expand Down

0 comments on commit 3683ea8

Please sign in to comment.