diff options
author | bobzel <zzzman@gmail.com> | 2024-03-10 09:51:50 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-03-10 09:51:50 -0400 |
commit | 08c9a1fa70bcacc7dcbe103eca6209a96f00967c (patch) | |
tree | e254412c3e88cff2629593250384d9aa020c2c6a /src/fields/Doc.ts | |
parent | 4caca5b32f74beed00bfbdaa181cb69fc001b7ca (diff) | |
parent | 66bd6630378c7a8f2b7d9474739b6ea643d2c23c (diff) |
Merge branch 'master' into zach-starter
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'; |