Skip to content

Commit

Permalink
feat(tag): add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dninomiya committed Apr 9, 2024
1 parent 631f442 commit e16f7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/tag.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export const allTags = [
{ id: 'no-license-required', label: 'ライセンス表記不要' },
{ id: 'available-for-commercial-use', label: '商用利用可能' },
{ id: 'modifiable', label: '改変可能' },
{ id: 'no-license-inheritance-required', label: 'ライセンス継承不要' },
{ id: 'photo', label: '写真' },
{ id: 'avatar', label: 'アバター' },
{ id: 'illust', label: 'イラスト' },
Expand Down

0 comments on commit e16f7da

Please sign in to comment.