We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc2f39 commit be40188Copy full SHA for be40188
docs/ai-solutions/overview.mdx
@@ -85,7 +85,7 @@ When prompted to authorize, click "**Approve**".
85
86
import Approve from '@site/static/images/mcp/approve.png';
87
88
-<img style={{width: '600px'}} src={Approve} alt="authorization" />
+<img style={{width: '600px'}} className="center" src={Approve} alt="authorization" />
89
90
<br/>
91
@@ -94,7 +94,7 @@ and click "**Accept**".
94
95
import Accept from '@site/static/images/mcp/accept.png';
96
97
-<img style={{width: '600px'}} src={Accept} alt="accept" />
+<img style={{width: '600px'}} className="center" src={Accept} alt="accept" />
98
99
## Congrats!
100
0 commit comments