Skip to content

Commit

Permalink
feat: Add support for the wbtx whiteboard file extension (#25346)
Browse files Browse the repository at this point in the history
  • Loading branch information
jieleiwang authored Oct 26, 2022
1 parent 2f9363c commit 9cbf82e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "add support for wbtx file",
"packageName": "@fluentui/react-file-type-icons",
"email": "51342814+jieleiwang@users.noreply.github.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/react-file-type-icons/src/FileTypeIconMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ export const FileTypeIconMap: { [key: string]: { extensions?: string[] } } = {
extensions: ['vst', 'vstm', 'vstx', 'vsx'],
},
whiteboard: {
extensions: ['whiteboard'],
extensions: ['whiteboard', 'wbtx'],
},
xlsx: {
extensions: ['xlc', 'xls', 'xlsb', 'xlsm', 'xlsx', 'xlw'],
Expand Down

0 comments on commit 9cbf82e

Please sign in to comment.