Skip to content

Commit 3eb1979

Browse files
committed
fix: img styles
1 parent 3c842c0 commit 3eb1979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ai-solutions/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ When prompted to authorize, click "**Approve**".
8585

8686
import Approve from '@site/static/images/mcp/approve.png';
8787

88-
<img style={{width: '600px'}} src={Approve} alt="authorization" />
88+
<img style={{width: '600px'}} className="center" src={Approve} alt="authorization" />
8989

9090
<br/>
9191
<br/>
@@ -94,7 +94,7 @@ and click "**Accept**".
9494

9595
import Accept from '@site/static/images/mcp/accept.png';
9696

97-
<img style={{width: '600px'}} src={Accept} alt="accept" />
97+
<img style={{width: '600px'}} className="center" src={Accept} alt="accept" />
9898

9999
## Congrats!
100100

0 commit comments

Comments
 (0)