Skip to content

Commit

Permalink
fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dninomiya committed Apr 8, 2024
1 parent f73c185 commit 883c40c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions data/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,21 @@ export const allItems: Item[] = [
{
id: 'feathericons',
href: 'https://feathericons.com/',
title: "Feather",
title: 'Feather',
tags: ['free', '.svg', 'icon', 'available-for-commercial-use'],
},
{
id: 'pixels-market',
href: 'https://pixels.market/',
title: 'pixels.market',
tags: [
'free',
'.svg',
'.png',
'icon',
'illust',
'available-for-commercial-use',
]
}
'without-attribution',
],
},
] as const;
Binary file added public/images/pixels-market.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 883c40c

Please sign in to comment.