Skip to content

Commit

Permalink
feat: add .ggs icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Sep 24, 2024
1 parent dd63f08 commit 9605657
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/web-pkg/src/helpers/resource/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ const fileIcon = {
epub: {
icon: { name: 'resource-type-book', color: 'var(--oc-color-icon-epub)' },
extensions: ['epub']
},
board: {
icon: { name: 'resource-type-board' },
extensions: ['ggs']
}
}

Expand Down

0 comments on commit 9605657

Please sign in to comment.