Skip to content

Commit 408ae5a

Browse files
committed
Fix boost hub intro image url
1 parent 0bbf44c commit 408ae5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/molecules/BoostHubFeatureIntro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const BoostHubFeatureIntro = () => {
5555
</li>
5656
</ul>
5757
<div className='screenShot'>
58-
<Image src='/static/boosthub.png' />
58+
<Image src='/app/static/boosthub.png' />
5959
</div>
6060
</Container>
6161
)

0 commit comments

Comments
 (0)