Skip to content

Commit

Permalink
fix: use correct images for initial homepage data
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jun 26, 2023
1 parent 8a9b757 commit abcb623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/demo/app/configs/custom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ export const initialData: Record<string, Data> = {
title: "Easy to integrate",
description:
"React developers can easily integrate their own components using a familiar React API.",
icon: "GitHub",
icon: "GitMerge",
},
{
title: "No vendor lock-in",
description:
"Completely open-source, Puck is designed to be integrated into your existing React application.",
icon: "Feather",
icon: "GitHub",
},
],
id: "FeatureList-1687287577500",
Expand Down

0 comments on commit abcb623

Please sign in to comment.