From 3af1c9d37dacd7ff14446782e8821850bdea2423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=80=E1=85=B5=E1=86=B7=E1=84=92=E1=85=A1=E1=86=AB?= =?UTF-8?q?=E1=84=80=E1=85=A5=E1=86=B7?= Date: Tue, 4 Jun 2019 15:47:12 +0900 Subject: [PATCH] fix: change FAQ contents repositories --- src/components/FAQ.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FAQ.js b/src/components/FAQ.js index ced3b9d..1e9a481 100644 --- a/src/components/FAQ.js +++ b/src/components/FAQ.js @@ -23,7 +23,7 @@ class FAQ extends React.Component { } async initFaqData () { - this.faqContents = await getGithubContents('JeongGoEun', 'metagate_faq', 'master', 'FaqContents.json') + this.faqContents = await getGithubContents('metadium', 'static', 'master', 'metagate/FaqContents.json') for (var i = 0; i < this.faqContents.length; i++) { let open = false if (this.data.faqTitle === this.faqContents[i].title) open = true