diff options
author | eleanor-park <eleanor_park@brown.edu> | 2024-02-21 20:00:11 -0500 |
---|---|---|
committer | eleanor-park <eleanor_park@brown.edu> | 2024-02-21 20:00:11 -0500 |
commit | 2279f029ce19c9f7f886a6966ea5f23be9468890 (patch) | |
tree | 2f9fc5cf25e4af6d8c6b95dc87fe7283a205342a /src/fields/Doc.ts | |
parent | b05c44385cc81889ee94a4bbb034237142438bdc (diff) |
presentation trail tab icon changed
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r-- | src/fields/Doc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fields/Doc.ts b/src/fields/Doc.ts index 56d50846a..17cc5ce97 100644 --- a/src/fields/Doc.ts +++ b/src/fields/Doc.ts @@ -1432,7 +1432,7 @@ export namespace Doc { case DocumentType.WEBCAM: return 'video'; case DocumentType.AUDIO: return 'microphone'; case DocumentType.BUTTON: return 'bolt'; - case DocumentType.PRES: return 'tv'; + case DocumentType.PRES: return 'route'; case DocumentType.SCRIPTING: return 'terminal'; case DocumentType.IMPORT: return 'cloud-upload-alt'; case DocumentType.VID: return 'video'; |