Skip to content

Commit c6fb9b2

Browse files
committed
[fix] Fix bugs on logo visualization
1 parent e49b911 commit c6fb9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: /
66
---
77

88
<div style={{textAlign: 'center', margin: '1.5rem 0 2rem'}}>
9-
<img src="/img/contextpilot_logo.png" alt="ContextPilot" style={{width: '100%', maxWidth: '480px'}} />
9+
<img src={require('@site/static/img/contextpilot_logo.png').default} alt="ContextPilot" style={{width: '100%', maxWidth: '480px'}} />
1010
</div>
1111

1212
# ContextPilot

0 commit comments

Comments
 (0)