change icon for URIs linking to actual file claims
This commit is contained in:
parent
00f4745d46
commit
0cffb26dfc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue