Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
9ce24cd9
Commit
9ce24cd9
authored
Jan 09, 2019
by
Ross
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
png->svg
parent
61605ce2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.js
src/components/Header/index.js
+2
-2
index.js
src/components/TokenLogo/index.js
+1
-1
No files found.
src/components/Header/index.js
View file @
9ce24cd9
...
@@ -6,8 +6,8 @@ import UAParser from 'ua-parser-js';
...
@@ -6,8 +6,8 @@ import UAParser from 'ua-parser-js';
import
Logo
from
'
../Logo
'
;
import
Logo
from
'
../Logo
'
;
import
CoinbaseWalletLogo
from
'
../../assets/images/coinbase-wallet-logo.png
'
;
import
CoinbaseWalletLogo
from
'
../../assets/images/coinbase-wallet-logo.png
'
;
import
TrustLogo
from
'
../../assets/images/trust-wallet-logo.svg
'
;
import
TrustLogo
from
'
../../assets/images/trust-wallet-logo.svg
'
;
import
BraveLogo
from
'
../../assets/images/brave-logo.
pn
g
'
;
import
BraveLogo
from
'
../../assets/images/brave-logo.
sv
g
'
;
import
MetamaskLogo
from
'
../../assets/images/metamask-logo.
pn
g
'
;
import
MetamaskLogo
from
'
../../assets/images/metamask-logo.
sv
g
'
;
import
Web3Status
from
'
../Web3Status
'
;
import
Web3Status
from
'
../Web3Status
'
;
import
"
./header.scss
"
;
import
"
./header.scss
"
;
...
...
src/components/TokenLogo/index.js
View file @
9ce24cd9
import
React
,
{
Component
}
from
'
react
'
;
import
React
,
{
Component
}
from
'
react
'
;
import
PropTypes
from
'
prop-types
'
;
import
PropTypes
from
'
prop-types
'
;
import
EthereumLogo
from
'
../../assets/images/ethereum-logo.
pn
g
'
;
import
EthereumLogo
from
'
../../assets/images/ethereum-logo.
sv
g
'
;
import
GenericTokenLogo
from
'
../../assets/images/generic-token-logo.png
'
;
import
GenericTokenLogo
from
'
../../assets/images/generic-token-logo.png
'
;
const
RINKEBY_TOKEN_MAP
=
{
const
RINKEBY_TOKEN_MAP
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment