aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Wei <wei.chen@cobinhood.com>2019-09-05 15:16:18 +0800
committerChen Wei <wei.chen@cobinhood.com>2019-09-05 15:16:18 +0800
commit39e4e043134fc87c82d863dfc4065e0212c2f4b2 (patch)
tree527f8e2791bf94f675d471669ce25a59ca055e27
parent19a7ff95b043bc93201639163c51c1908df36a75 (diff)
downloadtangerine-official-website-39e4e043134fc87c82d863dfc4065e0212c2f4b2.tar.gz
tangerine-official-website-39e4e043134fc87c82d863dfc4065e0212c2f4b2.tar.zst
tangerine-official-website-39e4e043134fc87c82d863dfc4065e0212c2f4b2.zip
fix name
-rw-r--r--src/components/LandingPage/PartnerList.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LandingPage/PartnerList.js b/src/components/LandingPage/PartnerList.js
index 15ad582..69ce035 100644
--- a/src/components/LandingPage/PartnerList.js
+++ b/src/components/LandingPage/PartnerList.js
@@ -6,7 +6,7 @@ import { FormattedMessage } from 'react-intl';
import {
MOBILE_WIDTH,
} from 'src/constants/app';
-import Byzantine from 'src/images/partner/Byzantine.inline.svg';
+import Byzantine from 'src/images/partner/byzantine.inline.svg';
import KryptoGO from 'src/images/partner/kryptogo.inline.svg';
import Portto from 'src/images/partner/portto.inline.svg';
import Solar from 'src/images/partner/solar.inline.svg';