Skip to content

Commit 83b8fd8

Browse files
authored
fix incorrect image path
1 parent 3ca2007 commit 83b8fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HomepageFeatures.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const FeatureList: Feature[] = [
1414
{
1515
title: "Easy to Use",
1616
// eslint-disable-next-line @typescript-eslint/no-var-requires
17-
icon: require("../../static/svg/lightweight.svg").default,
17+
icon: require("../../static/svg/fastj_icon_wired.svg").default,
1818
description: (
1919
<>
2020
FastJ was designed with ease of use in mind. With <b>simple syntax</b>, a plethora of

0 commit comments

Comments
 (0)