Skip to content

Commit ef106b9

Browse files
committed
feat: add new logos for animation and mapping libraries to resources
1 parent c5bb6fd commit ef106b9

File tree

7 files changed

+47
-9
lines changed

7 files changed

+47
-9
lines changed

media/logos/animations/blendy.svg

Lines changed: 38 additions & 0 deletions
Loading

media/logos/animations/motion.png

1.21 KB
Loading

media/logos/maps/google-map-react.png

2.54 KB
Loading
9.46 KB
Loading

media/logos/maps/react-leaflet.png

3.25 KB
Loading

media/logos/maps/react-map-gl.png

9.46 KB
Loading

src/resources.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,10 +1122,10 @@ export const categories: Category[] = [
11221122
icon: { type: "lucide", value: "play" },
11231123
resources: [
11241124
{
1125-
name: "Framer Motion",
1126-
description: "A production-ready motion library for React.",
1127-
url: "https://www.framer.com/motion/",
1128-
logo: "https://www.framer.com/favicon.ico",
1125+
name: "Motion",
1126+
description: "A modern animation library for JavaScript and React.",
1127+
url: "https://motion.dev/",
1128+
logo: "/media/logos/animations/motion.png",
11291129
},
11301130
{
11311131
name: "React Spring",
@@ -1152,7 +1152,7 @@ export const categories: Category[] = [
11521152
description:
11531153
"A framework-agnostic tool that smoothly transitions one element into another with just a few lines of code.",
11541154
url: "https://blendy.tahazsh.com/",
1155-
logo: "https://blendy.tahazsh.com/favicon.ico",
1155+
logo: "/media/logos/animations/blendy.svg",
11561156
},
11571157
],
11581158
},
@@ -1167,27 +1167,27 @@ export const categories: Category[] = [
11671167
description:
11681168
"React components and hooks for the Google Maps JavaScript API",
11691169
url: "https://visgl.github.io/react-google-maps/",
1170-
logo: "https://visgl.github.io/react-google-maps/favicon.ico",
1170+
logo: "/media/logos/maps/react-google-maps.png",
11711171
},
11721172
{
11731173
name: "React Leaflet",
11741174
description:
11751175
"A React wrapper for Leaflet, an open-source JavaScript library for mobile-friendly interactive maps.",
11761176
url: "https://react-leaflet.js.org/",
1177-
logo: "https://react-leaflet.js.org/favicon.ico",
1177+
logo: "/media/logos/maps/react-leaflet.png",
11781178
},
11791179
{
11801180
name: "Google Maps React",
11811181
description:
11821182
"A library for embedding Google Maps into React applications.",
11831183
url: "https://github.com/google-map-react/google-map-react",
1184-
logo: "https://github.com/favicon.ico",
1184+
logo: "/media/logos/maps/google-map-react.png",
11851185
},
11861186
{
11871187
name: "React Map GL",
11881188
description: "A React wrapper for Mapbox GL JS.",
11891189
url: "https://visgl.github.io/react-map-gl/",
1190-
logo: "https://visgl.github.io/react-map-gl/favicon.ico",
1190+
logo: "/media/logos/maps/react-map-gl.png",
11911191
},
11921192
],
11931193
},

0 commit comments

Comments
 (0)