File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 line-height : 1.55 ;
6565 color : #5a6577 ;
6666 margin : 0 ;
67- max-width : 440px ;
68- margin-left : auto ;
69- margin-right : auto ;
7067
7168 @include bp-768 {
7269 font-size : 16px ;
70+ white-space : nowrap ;
7371 }
7472}
7573
Original file line number Diff line number Diff line change @@ -90,10 +90,9 @@ export default function HomePage() {
9090 < span className = { styles . tagDot } />
9191 MCP Server
9292 </ div >
93- < h1 className = { styles . title } > Abstract Global Wallet for AI Agents</ h1 >
93+ < h1 className = { styles . title } > Abstract Global Wallet< br /> for AI Agents</ h1 >
9494 < p className = { styles . subtitle } >
95- Give your AI tools secure, scoped access to your Abstract wallet.
96- Set up in a few minutes — no coding required.
95+ Give AI agents secure, scoped access to your Abstract Global Wallet.
9796 </ p >
9897 </ div >
9998
@@ -290,26 +289,13 @@ export default function HomePage() {
290289 < span className = { styles . codeComment } > # Send a token</ span > { '\n' }
291290 < span className = { styles . codeString } > "Send 0.01 ETH to 0x1234..."</ span > { '\n' }
292291 { '\n' }
293- < span className = { styles . codeComment } > # Check session status </ span > { '\n' }
294- < span className = { styles . codeString } > "Is my wallet session still active? "</ span >
292+ < span className = { styles . codeComment } > # Use an app </ span > { '\n' }
293+ < span className = { styles . codeString } > "Bet $5 USDC on Man United on Myriad "</ span >
295294 </ code >
296295 </ div >
297296 </ div >
298297 </ section >
299298
300- < div className = { styles . footer } >
301- < p className = { styles . footerText } >
302- Full documentation and source code on{ ' ' }
303- < a
304- href = "https://github.com/Abstract-Foundation/agw-mcp"
305- target = "_blank"
306- rel = "noopener noreferrer"
307- className = { styles . footerLink }
308- >
309- GitHub
310- </ a >
311- </ p >
312- </ div >
313299 </ div >
314300 </ div >
315301 ) ;
You can’t perform that action at this time.
0 commit comments