We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a01f16 commit eda2b05Copy full SHA for eda2b05
media/logos/routing/reach.png
1.01 KB
src/resources.ts
@@ -81,7 +81,7 @@ export const categories: Category[] = [
81
description:
82
"A React framework that enables server-side rendering and static site generation for building fast and SEO-friendly web applications.",
83
url: "https://nextjs.org/",
84
- logo: "https://nextjs.org/static/favicon/favicon.ico",
+ logo: "/media/logos/frameworks/nextjs.svg",
85
},
86
{
87
name: "Gatsby",
@@ -192,7 +192,7 @@ export const categories: Category[] = [
192
193
"A routing library with a focus on accessibility and simplicity.",
194
url: "https://reach.tech/router",
195
- logo: "https://reach.tech/favicon.ico",
+ logo: "/media/logos/routing/reach.png",
196
197
],
198
0 commit comments