Skip to content

Commit

Permalink
remove duplicated icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
p6te committed Sep 10, 2024
1 parent 1583f3b commit 60bff87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 71 deletions.
12 changes: 3 additions & 9 deletions src/static/icons.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import clearIcon from './svg/clear.svg'
import mainnet from './svg/mainnet.svg'
import devnet from './svg/devnet.svg'
import testnet from './svg/testnet.svg'
import mainnetIcon from './svg/mainnet.svg'
import devnetIcon from './svg/devnet.svg'
import testnetIcon from './svg/testnet.svg'
import logoTitle from './svg/Logo.svg'
import logoShort from './svg/LogoShort.svg'
import arrow from './svg/arrow.svg'
import NoCon from './svg/no-connected.svg'
import mainnetIcon from './svg/mainNet.svg'
import devnetIcon from './svg/devNet.svg'
import testnetIcon from './svg/testNet.svg'
import githubIcon from './svg/githubCircle.svg'
import telegramIcon from './svg/telegramCircle.svg'
import mediumIcon from './svg/mediumCircle.svg'
Expand All @@ -35,9 +32,6 @@ import solanaLogo from './svg/solanaLogo.svg'

const icons: { [key: string]: string } = {
clear: clearIcon,
Mainnet: mainnet,
Devnet: devnet,
Testnet: testnet,
LogoShort: logoShort,
LogoTitle: logoTitle,
ArrowIcon: arrow,
Expand Down
19 changes: 0 additions & 19 deletions src/static/svg/devNet.svg

This file was deleted.

22 changes: 0 additions & 22 deletions src/static/svg/mainNet.svg

This file was deleted.

21 changes: 0 additions & 21 deletions src/static/svg/testNet.svg

This file was deleted.

0 comments on commit 60bff87

Please sign in to comment.