Skip to content

Commit 0d8d0fc

Browse files
committed
feat: add logos for React PDF Viewer and react-uploady to resources
1 parent ef106b9 commit 0d8d0fc

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
10.4 KB
Loading

media/logos/pdfs/react-pdf-viewer.svg

Lines changed: 3 additions & 0 deletions
Loading

src/resources.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,7 @@ export const categories: Category[] = [
12071207
name: "React PDF Viewer",
12081208
description: "A PDF viewer for React applications.",
12091209
url: "https://react-pdf-viewer.dev/",
1210+
logo: "/media/logos/pdfs/react-pdf-viewer.svg",
12101211
},
12111212
],
12121213
},
@@ -1232,6 +1233,7 @@ export const categories: Category[] = [
12321233
name: "react-uploady",
12331234
description: "Modern file-upload components & hooks for React.",
12341235
url: "https://react-uploady.org/",
1236+
logo: "/media/logos/file-handling/react-uploady.png",
12351237
},
12361238
{
12371239
name: "React Spreadsheet",

0 commit comments

Comments
 (0)