change icon for URIs linking to actual file claims

This commit is contained in:
Akinwale Ariwodola 2018-06-03 13:51:02 +01:00
parent 00f4745d46
commit 0cffb26dfc

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;
}