浏览代码

Bounties reports link

Joystream Stats 2 年之前
父节点
当前提交
1f73c37964
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      src/components/Bounties/index.tsx

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

@@ -52,13 +52,9 @@ function Bounties() {
           {bounties && bounties.map((b: any) => <Bounty key={b.id} {...b} />)}
         </tbody>
       </Table>
-      <a href="https://github.com/Joystream/community-repo/tree/master/workinggroup-reports/bounty_reports">
+      <a href="https://github.com/Joystream/community-repo/blob/master/bounties">
         Reports
       </a>
-      <br />
-      <a href="https://github.com/Joystream/community-repo/blob/master/bounties-overview/README.md">
-        Closed Bounties
-      </a>
     </div>
   );
 }