소스 검색

update link to bounties-status.json

Joystream Stats 2 년 전
부모
커밋
3223c1db0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Bounties/index.tsx

+ 1 - 1
src/components/Bounties/index.tsx

@@ -18,7 +18,7 @@ interface IBounty {
 }
 
 const bountiesUrl =
-  "https://raw.githubusercontent.com/Joystream/community-repo/master/bounties/overview/bounties-status.json";
+  "https://raw.githubusercontent.com/Joystream/community-repo/master/bounties/bounties-status.json";
 
 function Bounties() {
   const [bounties, setBounties] = useState<IBounty[]>([]);