Skip to content

Commit

Permalink
feat(items): add lorem
Browse files Browse the repository at this point in the history
  • Loading branch information
dninomiya committed Apr 8, 2024
1 parent 460a7d2 commit 18eef76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,16 @@ export const allItems: Item[] = [
'no-license-required',
],
},
{
id: 'logoipsum',
href: 'https://logoipsum.com',
title: 'Logoipsum',
tags: [
'free',
'available-for-commercial-use',
'no-license-required',
'.svg',
'logo',
],
},
] as const;
Binary file added public/images/logoipsum.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 18eef76

Please sign in to comment.