Skip to content

Commit c0442e0

Browse files
committed
fix 3
1 parent edb6b50 commit c0442e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import styles from './styles.module.css';
55
type FeatureItem = {
66
title: string;
77
Svg?: React.ComponentType<React.ComponentProps<'svg'>>;
8-
Png?: string; // Add this to support PNG images
8+
Png?: React.ComponentType<React.ComponentProps<'png'>>; // Add this to support PNG images
99
description: JSX.Element;
1010
};
1111

0 commit comments

Comments
 (0)