fix: forks url

This commit is contained in:
Rongjian Zhang 2020-01-17 14:44:33 +08:00
parent 91d7a93575
commit 4f65321ef5
1 changed files with 1 additions and 2 deletions

View File

@ -218,8 +218,7 @@ class RepositoryScreen extends StatelessWidget {
EntryItem(
count: repo.forks.totalCount,
text: 'Forks',
// screenBuilder: (context) =>
// RepositoriesScreen.forks(owner, name), TODO:
url: 'https://github.com/$owner/$name/network/members',
),
],
),