From ca134e400e573be2006a06b655cff1b7d28f2cad Mon Sep 17 00:00:00 2001 From: huy Date: Fri, 20 Jun 2025 17:30:32 +0700 Subject: [PATCH] Fix path for feature items --- src/components/HomepageFeatures/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index e9f5a0f..6fed311 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -12,7 +12,7 @@ type FeatureItem = { const FeatureList: FeatureItem[] = [ { title: 'Easy to Use', - image: '/img/easy.png', + image: './img/easy.png', description: ( <> Use the sidebar menu to quickly find the topics you need — whether you're setting up your first project or exploring advanced features @@ -21,7 +21,7 @@ const FeatureList: FeatureItem[] = [ }, { title: 'Focus on What Matters', - image: '/img/focus.png', + image: './img/focus.png', description: ( <> You'll find practical examples, step-by-step instructions, and detailed explaination, so you can focus on building your HTML5 slot game with confidence and speed. @@ -30,7 +30,7 @@ const FeatureList: FeatureItem[] = [ }, { title: 'Beginner Friendly', - image: '/img/friendly.png', + image: './img/friendly.png', description: ( <> Designed for beginners, it takes care of the complex logic so you can focus on building your game. With just a few lines of code, you’ll have a working slot machine ready to go!