fix: gitee typo (#145)

This commit is contained in:
Shreyas Thirumalai 2021-01-05 20:45:32 +05:30 committed by GitHub
parent 8aa660437f
commit 4679ca10ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ class GeReposScreen extends StatelessWidget {
starCount: v.stargazersCount,
forkCount: v.forksCount,
note: 'Updated ${timeago.format(v.updatedAt)}',
url: '/gitea/${v.namespace.path}/${v.path}',
avatarLink: '/gitea/${v.namespace.path}',
url: '/gitee/${v.namespace.path}/${v.path}',
avatarLink: '/gitee/${v.namespace.path}',
);
},
);