Skip to content

Commit

Permalink
feat: add Webframe
Browse files Browse the repository at this point in the history
  • Loading branch information
dninomiya committed Oct 20, 2024
1 parent b15414a commit f10c2c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,10 @@ export const allItems: Item[] = [
title: 'Css To Tailwind',
tags: ['available-for-commercial-use', 'free', 'generator', '.css'],
},
{
id: 'webframe',
href: 'https://webframe.xyz/',
title: 'Webframe',
tags: ['gallery', 'free'],
},
] as const;
2 changes: 2 additions & 0 deletions data/tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const allTags = [
{ id: '.eps', label: '.eps' },
{ id: 'figma', label: 'Figma' },
{ id: '.css', label: '.css' },
{ id: 'gallery', label: 'ギャラリー' },
] as const;

export type TagId = (typeof allTags)[number]['id'];
Expand All @@ -42,4 +43,5 @@ export const mainTags: TagId[] = [
'icon-font',
'audio',
'generator',
'gallery',
];

0 comments on commit f10c2c6

Please sign in to comment.