diff options
| author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-19 11:57:22 -0700 |
|---|---|---|
| committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-19 11:57:22 -0700 |
| commit | 53dfd5f380d8c75fedc967577fb16310d08cefea (patch) | |
| tree | 93382cfe25256dd3994727646385b3b407f20307 /src/client/views/search | |
| parent | d5c261f306a45fda46e948b9db001874a2d9a0ae (diff) | |
map as node
Diffstat (limited to 'src/client/views/search')
| -rw-r--r-- | src/client/views/search/IconButton.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/search/IconButton.tsx b/src/client/views/search/IconButton.tsx index 349690b20..5d9c51915 100644 --- a/src/client/views/search/IconButton.tsx +++ b/src/client/views/search/IconButton.tsx @@ -70,6 +70,7 @@ export class IconButton extends React.Component<IconButtonProps>{ case (DocumentType.RTF): return "sticky-note"; case (DocumentType.VID): return "video"; case (DocumentType.WEB): return "globe-asia"; + case (DocumentType.MAP): return "map-marker-alt"; default: return "caret-down"; } } |
