Ver código fonte

update link to bounties-status.json

Joystream Stats 2 anos atrás
pai
commit
3223c1db0d
1 arquivos alterados com 1 adições e 1 exclusões
  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[]>([]);