Skip to content

Commit

Permalink
feat(tags): add 3d
Browse files Browse the repository at this point in the history
  • Loading branch information
dninomiya committed Apr 18, 2024
1 parent 33eedf1 commit 4f6c11c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const allItems: Item[] = [
id: 'peeps-ui8',
href: 'https://peeps.ui8.net',
title: 'Peeps Avatar Builder',
tags: ['available-for-commercial-use', 'free', '.png', 'avatar'],
tags: ['available-for-commercial-use', 'free', '.png', 'avatar', '3d'],
},
{
id: 'notion-avatar',
Expand Down
4 changes: 3 additions & 1 deletion data/tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const allTags = [
{ id: 'illust', label: 'イラスト' },
{ id: 'generator', label: 'ジェネレータ' },
{ id: 'icon', label: 'アイコン' },
{ id: '3d', label: '3D' },
{ id: 'free', label: '無料' },
{ id: 'video', label: 'ビデオ' },
{ id: 'public-domain', label: 'パブリックドメイン' },
Expand All @@ -34,8 +35,9 @@ export const mainTags: TagId[] = [
'photo',
'icon',
'font',
'icon-font',
'logo',
'3d',
'icon-font',
'audio',
'generator',
];

0 comments on commit 4f6c11c

Please sign in to comment.