fix: update invalid link (#9285)

* fix: update invalid link

* update
This commit is contained in:
Konv Suu 2025-08-19 12:15:53 +08:00 committed by GitHub
parent b96af0fdef
commit b57ec9fe70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ const mcpMarkets = [
{
name: 'mcp.composio.dev',
url: 'https://mcp.composio.dev/',
logo: 'https://composio.dev/wp-content/uploads/2025/02/Fevicon-composio.png',
logo: 'https://avatars.githubusercontent.com/u/128464815',
descriptionKey: 'settings.mcp.more.composio'
},
{
@ -117,8 +117,8 @@ const MarketHeader = styled.div`
`
const MarketLogo = styled.img`
width: 20px;
height: 20px;
width: 24px;
height: 24px;
border-radius: 4px;
object-fit: cover;
margin-right: 8px;