Skip to content

Commit 4b0ec71

Browse files
feat(icon): tags file icon
Repurpose label icon for tags file icon. Support both "tags" and "TAGS" file names. Resolves: #3374
1 parent 288134f commit 4b0ec71

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/core/icons/fileIcons.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3149,12 +3149,7 @@ export const fileIcons: FileIcons = {
31493149
},
31503150
{
31513151
name: 'label',
3152-
fileNames: [
3153-
'.github/labeler.yml',
3154-
'.github/labeler.yaml',
3155-
'tags',
3156-
'TAGS',
3157-
],
3152+
fileNames: ['.github/labeler.yml', '.github/labeler.yaml', 'tags'],
31583153
},
31593154
{
31603155
name: 'zeabur',

0 commit comments

Comments
 (0)