Skip to content

Commit

Permalink
feat: remove Sol logo
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Jul 31, 2023
1 parent a4b70cb commit c0b79cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pages/About/AboutKyberSwap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ import {
OptimismLogoFull,
Polygon,
PolygonLogoFull,
Solana,
SolanaLogoFull,
Velas,
VelasLogoFull,
} from 'components/Icons'
Expand Down Expand Up @@ -524,7 +522,7 @@ function AboutKyberSwap() {
<Oasis />
<Bttc />
<OptimismLogo />
<Solana />
{/* <Solana /> */}
<ZkSync />
<img src="https://linea.build/apple-touch-icon.png" width="36px" height="36px" alt="Linea" />
</SupportedChain>
Expand Down Expand Up @@ -1045,7 +1043,7 @@ function AboutKyberSwap() {
<OasisLogoFull />
<img src={isDarkMode ? BTTCDark : BTTCLight} alt="btt" width="100%" />
<OptimismLogoFull />
<SolanaLogoFull />
{/* <SolanaLogoFull /> */}
<ZkSyncFull />
<LineaFull />
</Powered>
Expand Down

0 comments on commit c0b79cd

Please sign in to comment.