Skip to content

Commit eda2b05

Browse files
committed
feat: add Reach logo and update Next.js logo path in resources
1 parent 5a01f16 commit eda2b05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

media/logos/routing/reach.png

1.01 KB
Loading

src/resources.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const categories: Category[] = [
8181
description:
8282
"A React framework that enables server-side rendering and static site generation for building fast and SEO-friendly web applications.",
8383
url: "https://nextjs.org/",
84-
logo: "https://nextjs.org/static/favicon/favicon.ico",
84+
logo: "/media/logos/frameworks/nextjs.svg",
8585
},
8686
{
8787
name: "Gatsby",
@@ -192,7 +192,7 @@ export const categories: Category[] = [
192192
description:
193193
"A routing library with a focus on accessibility and simplicity.",
194194
url: "https://reach.tech/router",
195-
logo: "https://reach.tech/favicon.ico",
195+
logo: "/media/logos/routing/reach.png",
196196
},
197197
],
198198
},

0 commit comments

Comments
 (0)