Merge pull request 'Fix path for feature items' (#84) from feature/20250521-update-doc into develop

Reviewed-on: #84
This commit is contained in:
Pham Huynh Duc Huy 2025-06-20 18:31:12 +08:00
commit 3d1d749d8b

View File

@ -12,7 +12,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [ const FeatureList: FeatureItem[] = [
{ {
title: 'Easy to Use', title: 'Easy to Use',
image: '/img/easy.png', image: './img/easy.png',
description: ( description: (
<> <>
Use the sidebar menu to quickly find the topics you need whether you're setting up your first project or exploring advanced features 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', title: 'Focus on What Matters',
image: '/img/focus.png', image: './img/focus.png',
description: ( 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. 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', title: 'Beginner Friendly',
image: '/img/friendly.png', image: './img/friendly.png',
description: ( 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, youll have a working slot machine ready to go! 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, youll have a working slot machine ready to go!