diff options
Diffstat (limited to 'apps/web/components/dashboard/preview/AttachmentBox.tsx')
| -rw-r--r-- | apps/web/components/dashboard/preview/AttachmentBox.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/preview/AttachmentBox.tsx b/apps/web/components/dashboard/preview/AttachmentBox.tsx index 436f1026..d631f4d9 100644 --- a/apps/web/components/dashboard/preview/AttachmentBox.tsx +++ b/apps/web/components/dashboard/preview/AttachmentBox.tsx @@ -20,6 +20,7 @@ import { Pencil, Plus, Trash2, + Video, } from "lucide-react"; import { @@ -44,6 +45,7 @@ export default function AttachmentBox({ bookmark }: { bookmark: ZBookmark }) { screenshot: <Camera className="size-4" />, fullPageArchive: <Archive className="size-4" />, bannerImage: <Image className="size-4" />, + video: <Video className="size-4" />, bookmarkAsset: <Paperclip className="size-4" />, unknown: <Paperclip className="size-4" />, }; |
