diff options
author | bobzel <zzzman@gmail.com> | 2024-03-10 09:48:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 09:48:41 -0400 |
commit | 66bd6630378c7a8f2b7d9474739b6ea643d2c23c (patch) | |
tree | 69dae37de1312ff8704e661a8e9dda98da30346a /src/fields/Doc.ts | |
parent | a9eb266296d1b71f1016c867f39e20299c011eea (diff) | |
parent | 36d18da80e5e5e1c6cae0dc21c1677a7ab9c1d77 (diff) |
Merge pull request #297 from brown-dash/eleanor-starter
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 be1af3e6c..1433e5ffb 100644 --- a/src/fields/Doc.ts +++ b/src/fields/Doc.ts @@ -1454,7 +1454,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'; |