fix: browser link in url action

This commit is contained in:
shreyas1599 2021-06-21 02:37:36 +05:30
parent d288bb4c60
commit f26dd36e8f
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class GhCommit extends StatelessWidget {
title: AppLocalizations.of(context)!.actions,
items: [
...ActionItem.getUrlActions(
'https://github.com/$owner/$name/commits/$sha'),
'https://github.com/$owner/$name/commit/$sha'),
],
);
},