Skip to content

Commit ed55294

Browse files
authored
Update tags.ts
1 parent 566489c commit ed55294

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/schemas/tags.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ const operating_systems: Array<Tag> = [
7171
{ label: "Windows", variants: ["ms windows"] },
7272
];
7373

74-
const presentation: Array<Tag> = [{ label: "Video" }];
74+
const presentation: Array<Tag> = [
75+
{ label: "Video" },
76+
{ label: "Diagram"},
77+
];
7578

7679
const product_features: Array<Tag> = [
7780
{ label: "Web Crypto", variants: ["webcrypto"] },

0 commit comments

Comments
 (0)