Просмотр исходного кода

update link to bounties-status.json

Joystream Stats 2 лет назад
Родитель
Сommit
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[]>([]);