Skip to content

Commit edb6b50

Browse files
committed
svg png conflict fix 2
1 parent 0efc254 commit edb6b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import styles from './styles.module.css';
44

55
type FeatureItem = {
66
title: string;
7-
Svg: React.ComponentType<React.ComponentProps<'svg'>>;
7+
Svg?: React.ComponentType<React.ComponentProps<'svg'>>;
8+
Png?: string; // Add this to support PNG images
89
description: JSX.Element;
910
};
1011

0 commit comments

Comments
 (0)