Skip to content

Commit 0efc254

Browse files
committed
fixed homepage svg png conflict
1 parent c1a3298 commit 0efc254

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ const FeatureList: FeatureItem[] = [
2121
},
2222
{
2323
title: 'Galileo',
24-
PNG: require('@site/static/img/static/img/rover+sticker+galileo.png').default,
24+
Png: require('@site/static/img/static/img/rover+sticker+galileo.png'),
2525
description: (
2626
<>
27-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
28-
ahead and move your docs into the <code>docs</code> directory.
27+
2023-2024
2928
</>
3029
),
3130
},

0 commit comments

Comments
 (0)