aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/tools.ts
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/tools.ts')
-rw-r--r--viewer/src/tools.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/tools.ts b/viewer/src/tools.ts
index 94fdf33..124e183 100644
--- a/viewer/src/tools.ts
+++ b/viewer/src/tools.ts
@@ -52,7 +52,7 @@ export default class Tools {
52 return "folder"; 52 return "folder";
53 case "other": 53 case "other":
54 default: 54 default:
55 return "question-circle"; 55 return "file";
56 } 56 }
57 } 57 }
58 58