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 edb6b50 commit c0442e0Copy full SHA for c0442e0
src/components/HomepageFeatures/index.tsx
@@ -5,7 +5,7 @@ import styles from './styles.module.css';
5
type FeatureItem = {
6
title: string;
7
Svg?: React.ComponentType<React.ComponentProps<'svg'>>;
8
- Png?: string; // Add this to support PNG images
+ Png?: React.ComponentType<React.ComponentProps<'png'>>; // Add this to support PNG images
9
description: JSX.Element;
10
};
11
0 commit comments