Skip to content

Commit

Permalink
fix(tag,item): ライセンス表記不要のタグが重複していたので削除
Browse files Browse the repository at this point in the history
  • Loading branch information
dninomiya committed Apr 8, 2024
1 parent 883c40c commit 31de3df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion data/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const allItems: Item[] = [
'icon',
'illust',
'available-for-commercial-use',
'without-attribution',
'no-license-required',
],
},
] as const;
1 change: 0 additions & 1 deletion data/tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export const allTags = [
{ id: '.png', label: '.png' },
{ id: '.ai', label: '.ai' },
{ id: '.eps', label: '.eps' },
{ id: 'without-attribution', label: 'ライセンス表記不要' },
] as const;

export type TagId = (typeof allTags)[number]['id'];
Expand Down

0 comments on commit 31de3df

Please sign in to comment.