Merge pull request #157 from lbryio/omnibar-file-suggestion

change icon for URIs linking to actual file claims
This commit is contained in:
Akinwale Ariwodola 2018-06-03 13:53:10 +01:00 committed by GitHub
commit cda7e81485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ class UriBarItem extends React.PureComponent {
case SEARCH_TYPES.FILE:
default:
icon = <Feather name="compass" size={18} />
icon = <Feather name="file" size={18} />
break;
}