mirror of
https://github.com/git-touch/git-touch
synced 2025-01-31 08:04:51 +01:00
fix: repo item link
This commit is contained in:
parent
7039a8905f
commit
bc436d2f9e
@ -61,7 +61,7 @@ class RepositoryItem extends StatelessWidget {
|
||||
@required bool isPrivate,
|
||||
@required bool isFork,
|
||||
}) : iconData = _buildIconData(isPrivate, isFork),
|
||||
url = '$owner/$name';
|
||||
url = '/$owner/$name';
|
||||
|
||||
static IconData _buildIconData(bool isPrivate, bool isFork) {
|
||||
if (isPrivate == true) return Octicons.lock;
|
||||
|
Loading…
x
Reference in New Issue
Block a user